2013-10-04 109 views
0

當我在任何iOS 7模擬器中運行我的應用程序時,出現此錯誤。inApp iOS7購買問題

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在模擬器或設備中返回任何產品。

+0

試試這個 > http://stackoverflow.com/questions/2345263/cannot-find-executable-for-cfbundle-cfplugin-error –

+0

不幸的是> http://stackoverflow.com/questions/9929250/deleted-開發人員庫,但我重新安裝xcode,看看是否有幫助 – misterkeeter

+0

而重新安裝的Xcode不起作用。 – misterkeeter

回答

1

很好的重新安裝和複選框取消選中。 我發現那是我需要糾正的。

我從來沒有想過如何鏈接正確的可執行文件,但問題隻影響iOS 7.0模擬器。在實際設備上,一切按預期執行。

+0

@「我從來沒有想過如何鏈接正確的可執行文件」,你能詳細說明嗎?什麼特別解決了你的問題? –

+7

Ack,當肌肉記憶在報價前放@時,你知道你是Obj-C開發者。 –

+1

@ chris-wagner我從來沒有發現任何問題來解決這個問題,並注意到所有的蘋果開發者論壇帖子似乎已經消失。最終似乎只是影響模擬器而不是實際的設備。我仍然得到這些錯誤,似乎每個人都已經決定忽略它們,直到蘋果修復它。因此,澄清我沒有采取任何措施解決問題,並確保我使用iOS 7設備上的測試帳戶登錄了我的storekit問題。 – misterkeeter