This question already has an answer here:
- iOS weird error: dyld: Symbol not found: __dealloc? 4 answers
I cann't start my IOS simulator 7.1 after i update my Xcode into latest version 5.1, and OS X to 10.9.5 When i start the build and run, it shows the build is successful, no issues found. But debug output have this message.
dyld: Symbol not found: __dealloc
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)
dyld`dyld_fatal_error:
0x8fe440b4: int3
0x8fe440b5: nop
Anyone who know the reason about this issue? i cannt go ahead to do my simulator deployment, and don't know where to go now.
My environment context is as below:
mac-allen:~ allen$ xcodebuild -showsdks
OS X SDKs:
OS X 10.8 -sdk macosx10.8
OS X 10.9 -sdk macosx10.9
iOS SDKs:
iOS 7.1 -sdk iphoneos7.1
iOS Simulator SDKs:
Simulator - iOS 6.1 -sdk iphonesimulator6.1
Simulator - iOS 7.1 -sdk iphonesimulator7.1
Many thanks in advance!