【问题标题】:inApp Purchase Problems in iOS7在 iOS 7 中的应用购买问题
【发布时间】:2013-10-04 12:53:22
【问题描述】:

当我在任何 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 退回模拟器或设备中的任何产品。

【问题讨论】:

标签: ios7 xcode5 storekit


【解决方案1】:

经过多次重新安装和取消选中复选框。 我发现需要纠正的是我。

我从来没有弄清楚如何链接正确的可执行文件,但问题只影响了 iOS 7.0 模拟器。在实际设备上,一切都按预期执行。

【讨论】:

  • @“我从来不知道如何链接正确的可执行文件”你能详细说明吗?什么专门为您解决了这个问题?
  • Ack,当肌肉记忆将 @ 放在引号前时,您知道您是 Obj-C 开发人员。
  • @chris-wagner 我从来没有发现任何东西可以解决这个问题,并注意到所有苹果开发者论坛的帖子似乎都已经消失了。最终,它似乎只影响了模拟器,而不是实际的设备。我仍然收到这些错误,似乎每个人都已经决定忽略它们,直到苹果修复它。所以澄清一下,我没有采取任何措施来解决问题,并确保我在 iOS 7 设备上使用测试帐户登录,从而解决了我的 storekit 问题。
  • 好的,感谢您的回复。我认为这与我仅在模拟器中遇到的一些 AddressBook 崩溃有关。它在某些可访问性框架问题上崩溃。不过在设备上运行良好。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2014-03-05
  • 1970-01-01
  • 2012-01-01
  • 1970-01-01
  • 2013-10-18
相关资源
最近更新 更多