iOS模拟器无法安装应用程序

时间:2014-05-03 19:45:46

标签: ios objective-c xcode ios-simulator

我的Xcode项目开始提供" iOS模拟器无法安装应用程序"

我正在使用iOS模拟器7.1。模拟器运行任何其他项目。 我已经读过堆栈溢出中的其他条目了 我试图从终端删除〜/ Library / Application Support / iPhone Simulator, 重置来自" iOS模拟器/重置内容和设置"菜单, 关闭并重启Maverick 但结果是一样的。

请帮忙!

更新: 当我尝试将我的应用程序上传到真实设备时,我收到此错误:"无法检查应用程序包。"

我认为此错误与上述错误有关。

当我检查system.log条目时,我发现下面的行:

...

05/05/14 00:04:48,507 Xcode[1534]: AMDeviceSecureTransferPath (thread 0x10bd96000): disableDelta: FALSE
05/05/14 00:04:48,606 Xcode[1534]: AMDeviceSecureTransferPath (thread 0x10bd96000): Using delta for package at path    file:///Users/serkan/Library/Developer/Xcode/DerivedData/myapp-efvftyvllnqdibctwpfggqgjpfzk/Build/Products/Debug-iphoneos/myapp.app/ ID is myapp.myapp
05/05/14 00:04:48,640 Xcode[1534]: AMDeviceStartHouseArrestService (thread 0x10bd96000):  There was an error from the device: ApplicationLookupFailed
05/05/14 00:04:48,650 Xcode[1534]: AMDeviceSecureTransferPath (thread 0x10bd96000): AMDeviceSecureTransferPath:1589 starting delta_transfer_directory, ref_afc: 0x0
05/05/14 00:04:50,642 Xcode[1534]: AMDeviceSecureTransferPath (thread 0x10bd96000): AMDeviceSecureTransferPath:1592 finished delta_transfer_directory
05/05/14 00:04:50,716 Xcode[1534]: call_and_response (thread 0x10bd96000): GOT AN ERROR 0xe8000051
05/05/14 00:04:50,716 Xcode[1534]: perform_command (thread 0x10bd96000): There was an error communicating with the service agent: 0xe8000051
05/05/14 00:04:50,717 Xcode[1534]: AMDeviceSecureInstallApplication (thread 0x10bd96000): Old style install failed for (PublicStaging/myapp.app)
05/05/14 00:04:50,717 Xcode[1534]: AMDeviceSecureInstallApplication (thread 0x10bd96000): Could not install package on device: kAMDPackageInspectionFailedError

2 个答案:

答案 0 :(得分:4)

您是否有名为资源或资源的文件夹?将其重命名为其他名称,然后重试。 (记得要清理项目。)

编辑:如果这不能解决问题,请查看项目设置,在“构建阶段”下,在“复制捆绑资源”下。也许过时的条目就在那里,需要手动删除。

编辑:同样清理项目。单击菜单条目时按住选项键,使其显示“Clean Build Folder ...”。如有必要,删除派生数据:打开管理器,选择项目:有一个条目“派生数据”,显示Xcode生成的文件的路径。权利也是一个删除按钮 - 单击该按钮删除所有派生数据。 (Xcode必须重建索引文件等,没什么关键)

(我记得,当我有一个Resource(s)文件夹时,我看到了这样的错误,当我重命名它时,它再次起作用。据我所知,Resource用于Mac OS X应用程序。我认为它会不能用于iOS,但至少它在我的情况下造成了麻烦。)

答案 1 :(得分:0)

通过删除以下内容解决了该问题:

~/Library/Application Support/iPhoneSimulator

文件夹并重新安装xcode