Question

I get this error in my debug when I run my app in any iOS 7 simulator.

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)

It does not happen in when I test on the iOS 6 simulator.

In particular it seems to prevent storekit from returning any products in the simulator or devices.

Was it helpful?

Solution

Well after many reinstallations and checkbox unchecking. I found that is was me who needed correcting.

I never figured out how to link the proper executable but the issue only affected the iOS 7.0 simulator. On actual devices everything performed as expected.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top