0

iOS 7 シミュレーターでアプリを実行すると、デバッグでこのエラーが発生します。

Cannot find executable for CFBundle 0xf830e80 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/SocialFramework.axbundle> (not loaded)
Cannot find executable for CFBundle 0xc12c610 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/MusicLibrary.axbundle> (not loaded)
Cannot find executable for CFBundle 0xf834600 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/StoreKitFramework.axbundle> (not loaded)
Cannot find executable for CFBundle 0xc1478d0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/CertUIFramework.axbundle> (not loaded)
Cannot find executable for CFBundle 0xb55b7c0 </Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator7.0.sdk/System/Library/AccessibilityBundles/GeoServices.axbundle> (not loaded)

iOS 6 シミュレーターでテストすると発生しません。

特に、storekit がシミュレーターまたはデバイスで製品を返すのを妨げているようです。

4

1 に答える 1

1

多くの再インストールとチェックボックスのチェックを外した後。修正が必要なのは私であることがわかりました。

適切な実行可能ファイルをリンクする方法がわかりませんでしたが、問題は iOS 7.0 シミュレーターにのみ影響を与えました。実際のデバイスでは、すべてが期待どおりに実行されました。

于 2013-10-09T21:55:21.967 に答える