Xcode ios SDK - dyld:未找到符号:_CFXMLNodeGetInfoPtr

时间:2011-08-28 00:12:19

标签: ios sdk dyld

我遇到了xcode和ios开发的问题。 去年我决定安装xcode和ios sdks来学习如何构建ios应用程序。 一切正常。

时间过去了,我决定格式化我的Mac,在全新的SSD上安装新的MacOS。

昨天,我用ios SDK下载了Xcode 4.2并安装了它。 我开始了一个新项目,然后启动它而不进行任何编辑。

此错误消息失败:

CompileXIB exemple/en.lproj/FirstView.xib
cd /Users/karlcosse/iosDevs/exemple
setenv PATH "/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
setenv XCODE_DEVELOPER_USR_PATH /Developer/usr/bin/..
/Developer/usr/bin/ibtool --errors --warnings --notices --output-format human-readable-text --compile /Users/karlcosse/Library/Developer/Xcode/DerivedData/exemple-fdgpmxhwzhcpnydzkgzelaqeaxnh/Build/Products/Debug-iphonesimulator/exemple.app/en.lproj/FirstView.nib /Users/karlcosse/iosDevs/exemple/exemple/en.lproj/FirstView.xib --sdk /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk

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/CoreFoundation
in /System/Library/Frameworks/Security.framework/Versions/A/Security
ibtoold(932,0x7fff712b6cc0) malloc: *** auto malloc[932]: error: auto_zone_set_associative_ref: object should point to a GC block or a global address, otherwise associations will leak. Break on auto_zone_association_error() to debug.

我浏览网页但我没有找到任何答案所以......你是我的最后一次机会:D

(我正在下载MacOS Lion试试升级是否能解决我的问题......我们会看到。

非常感谢你的帮助!

1 个答案:

答案 0 :(得分:0)

我会使用最新的稳定版Xcode。如果您使用Snow Leopard,Xcode 4.0.2。如果您使用的是Lion,Xcode 4.1。

Xcode 4.2仍在开发者预览版中。