6

今日、アプリの起動時にこのエラーが表示されたとき、私は xcode で作業していました。

2012-07-29 19:29:58.682 Champagne Pop[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 Champagne Pop[10601:1b03] Error loading /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.フレームワーク/バージョン/A/セキュリティ
想定される場所: /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 Champagne Pop[10601:1b03] Error loading /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.フレームワーク/バージョン/A/セキュリティ
想定される場所: /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 Champagne Pop[10601:1b03] Error loading /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.フレームワーク/バージョン/A/セキュリティ
想定される場所: /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

4

4 に答える 4

12

ここで回答したように、これは iOS シミュレーターのバグですが、実際のデバイスで実行する場合は問題ありません。このバグは、少なくとも Xcode 4.4.1 および iOS 5.1 SDK まで存続します。

于 2012-08-16T06:52:13.797 に答える
4

デバッガーのブレークポイントを削除して再実行します。これは私にとってはうまくいきました。どうやら問題は iOS6 で機能しており、デバイスでも問題ないはずです。

于 2012-10-12T17:50:29.440 に答える
3

プロジェクトに追加してみてください

Security.framework

CoreFoundation.framework

シミュレータフォルダから

于 2012-07-30T00:07:41.797 に答える