Heute habe ich in xcode gearbeitet, als dieser Fehler beim Start der App auftrat, was ist mit meiner App falsch?
2012-07-29 19: 29: 58.682 Champagne Pop [10601: 1b03] Fehler beim Laden /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): Symbol nicht gefunden: __ CFObjCIsCollectable Referenziert von: /System/Library/Frameworks/Security.framework/Versions/A/Security
Erwartet in: /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] Fehler beim Laden /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): Symbol nicht gefunden: _ _CFObjCIsCollectable Referenziert von: /System/Library/Frameworks/Security.framework/Versions/A/Security
Erwartet in: /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] Fehler beim Laden /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): Symbol nicht gefunden: __ CFObjCIsCollectable Referenziert von: /System/Library/Frameworks/Security.framework/Versions/A/Security
Erwartet in: /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] Fehler beim Laden /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): Symbol nicht gefunden: _ _CFObjCIsCollectable Referenziert von: /System/Library/Frameworks/Security.framework/Versions/A/Security
Erwartet in: /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
Wie beantwortet hier ist dies ein Fehler im iOS-Simulator, aber kein Problem beim Ausführen auf dem tatsächlichen Gerät. Dieser Fehler bleibt mindestens durch Xcode 4.4.1 und das iOS 5.1 SDK bestehen.
Entfernen Sie die Debugger-Haltepunkte & amp; Wiederholung. Das hat für mich funktioniert. Offenbar funktioniert das Problem in iOS6 und sollte auch auf dem Gerät in Ordnung sein.
Tags und Links objective-c iphone ios xcode symbol