XCode 未正确加载库
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/19476338/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 04:07:56 来源:igfitidea点击:
XCode not loading libraries properly
提问by Avner Barr
The solution I have seen is to reset the simulator. but doesn't help.
我看到的解决方案是重置模拟器。但没有帮助。
Getting these errors.
得到这些错误。
2013-10-20 13:27:11.097 a[2204:a0b] Cannot find executable for CFBundle 0xddc93b0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/GeoServices.axbundle> (not loaded)
2013-10-20 13:27:11.143 a[2204:a0b] Cannot find executable for CFBundle 0xddf2b60 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded)
2013-10-20 13:27:11.148 a[2204:a0b] Cannot find executable for CFBundle 0xdd6a2e0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/MusicLibrary.axbundle> (not loaded)
2013-10-20 13:27:11.151 a[2204:a0b] Cannot find executable for CFBundle 0xdd67b20 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/StoreKitFramework.axbundle> (not loaded)
2013-10-20 13:27:11.166 a[2204:a0b] Cannot find executable for CFBundle 0xd9cf6e0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/SocialFramework.axbundle> (not loaded)
2013-10-20 13:27:11.170 a[2204:a0b] Cannot find executable for CFBundle 0xd9d5f20 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/TwitterFramework.axbundle> (not loaded)
回答by Kibernetik
iOS Simulator > Reset content and settings...
iOS 模拟器 > 重置内容和设置...
helped me to solve the same problem.
帮助我解决了同样的问题。