I have just updated to xCode 6.1 and had to reinstall my iOS 7 simulators.
I can run my app on all the simulators apart from the 5s iOS 7.1 sim. I get this crash
dyld: Symbol not found: _objc_isAuto
Referenced from: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
Expected in: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/usr/lib/libobjc.A.dylib
in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
(lldb)
What gives? Any ideas why this sim crashes?
Thanks