Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/120.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios 找不到Cbundle(SocialFramework、CertUIFramework、GeoServices)的可执行文件_Ios_Xcode_Executable_Social Framework_Cfbundleidentifier - Fatal编程技术网

Ios 找不到Cbundle(SocialFramework、CertUIFramework、GeoServices)的可执行文件

Ios 找不到Cbundle(SocialFramework、CertUIFramework、GeoServices)的可执行文件,ios,xcode,executable,social-framework,cfbundleidentifier,Ios,Xcode,Executable,Social Framework,Cfbundleidentifier,在Xcode中,我运行代码时在控制台中收到以下警告消息: Cannot find executable for CFBundle 0xb64f080 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/SocialFramework.ax

在Xcode中,我运行代码时在控制台中收到以下警告消息:

Cannot find executable for CFBundle 0xb64f080 
</Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/SocialFramework.axbundle> (not loaded)

Cannot find executable for CFBundle 0xb6558f0 
</Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded)

Cannot find executable for CFBundle 0xb6616a0 
</Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.1.sdk/System/Library/AccessibilityBundles/GeoServices.axbundle> (not loaded)
找不到Cbundle 0xb64f080的可执行文件
(未加载)
找不到Cbundle 0xb6558f0的可执行文件
(未加载)
找不到Cbundle 0xb6616a0的可执行文件
(未加载)
我已经知道,我可以通过按下IOS模拟器菜单中的“重置和内容设置”按钮来清除所有这些消息。但是,它只清除第一次运行的消息,在第二次运行我的代码后,这些消息返回控制台。我想知道是否有一个最终的解决办法,以清除所有。我只是不想看到他们


提前感谢。

“重置内容和设置”为我永久解决了问题。您使用的是Xcode 6吗?我使用的是Xcode 5.1.1并收到了这个。我真的找到了解决方案,现在已经不见了。你能分享你找到的解决方案吗?这样其他人也能从这个问题中获益吗?当然。一旦我找到我使用的代码,我会在这里发布。那么@MuhsinZahidUgur你能现在发布吗:P?