错误: dyld Symbol not found
iphoen上编译程序的时候出了一个错误,这是什么原因呢?
dyld: Symbol not found: _CFXMLNodeGetInfoPtr
Referenced from: /System/Library/Frameworks/Security.framework/Versions/A/Security
Expected in: /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
in /System/Library/Frameworks/Security.framework/Versions/A/Security
编译的时候没有错误,是运行的时候才出现的。
编译一切正常。