首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >错误:找不到符号:___CFObjCIsCollectable

错误:找不到符号:___CFObjCIsCollectable
EN

Stack Overflow用户
提问于 2012-07-29 18:37:19
回答 4查看 7.8K关注 0票数 6

今天我正在使用xcode,当这个错误出现在应用程序的启动时,我的应用程序有什么问题吗?

2012-07-29 19:29:58.682香槟波普10601:1b03错误加载/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn: dlopen(/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn,262):符号未找到:__CFObjCIsCollectable引用自: /System/Library/Frameworks/Security.framework/Versions/A/Security /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation in /System/Library/Frameworks/Security.framework/Versions/A/Security 2012-07-29 19:29:58.690香槟波普10601:1b03错误加载/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn: dlopen(/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn,( 262):找不到符号:引用: /System/Library/Frameworks/Security.framework/Versions/A/Security的___CFObjCIsCollectable 预期在: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation in /System/Library/Frameworks/Security.framework/Versions/A/Security 2012-07-29 19:29:58.703香槟波普10601:1b03错误加载/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn: dlopen(/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn,( 262):找不到符号:引用: /System/Library/Frameworks/Security.framework/Versions/A/Security的__CFObjCIsCollectable /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation in /System/Library/Frameworks/Security.framework/Versions/A/Security 2012-07-29 19:29:58.710香槟波普10601:1b03错误加载/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn: dlopen(/System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn,( 262):找不到符号:引用: /System/Library/Frameworks/Security.framework/Versions/A/Security的___CFObjCIsCollectable 预期在: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator5.1.sdk/System/Library/Frameworks/CoreFoundation.framework/CoreFoundation in /System/Library/Frameworks/Security.framework/Versions/A/Security

EN

回答 4

Stack Overflow用户

发布于 2012-08-16 06:52:13

回答here时,这是iOS模拟器中的一个bug,但在实际设备上运行时没有问题。这个错误至少通过Xcode 4.4.1和iOS 5.1SDK持续存在。

票数 12
EN

Stack Overflow用户

发布于 2012-10-12 17:50:29

删除调试器断点&重新运行。这对我有用。显然,这个问题在iOS6中是可行的,而且在设备上也应该是安全的。

票数 4
EN

Stack Overflow用户

发布于 2012-07-30 00:07:41

尝试添加您的项目a

Security.framework

CoreFoundation.framework

来自模拟器文件夹

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/11711893

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档