【问题标题】:App will run on device but not on iOS simulator应用程序将在设备上运行,但不在 iOS 模拟器上
【发布时间】:2012-09-12 07:04:32
【问题描述】:

我可以在我的 iPod Touch 上运行我的应用程序,但我不能在模拟器上运行它。如果我为模拟器编译它,它构建得很好,但是当它即将在模拟器上运行时,我在控制台中得到这个错误

    dyld: Library not loaded: @rpath/SenTestingKit.framework/Versions/A/SenTestingKit
  Referenced from: /Users/bbrandy95/Library/Application Support/iPhone Simulator/6.0/Applications/5BEEC98E-0F91-46C2-AF63-F695995A224D/Brandsonic Web mobile.app/Brandsonic Web mobile
  Reason: image not found

这里有什么问题?它编译得很好,但它不会在模拟器上运行。这是在 Xcode 3 中创建的较旧项目,因此它没有测试目标。任何帮助将不胜感激。

【问题讨论】:

    标签: xcode4 ios-simulator ios6 xcode4.5


    【解决方案1】:

    仔细检查该库是否确实在您指定的路径中 (@rpath/SenTestingKit.framework/Versions/A/SenTestingKit)

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2012-04-16
      • 1970-01-01
      • 2011-11-10
      • 2014-09-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多