【发布时间】:2016-01-02 16:15:35
【问题描述】:
我试图在 Xcode 7 和 swift 2.0 中运行 IOS9 iphone 6 应用程序,但我不能。 如果我重置内容和模拟器设置,第一次工作但第二次再次失败,我已经清理了应用程序,我已经清理了构建文件夹,我尝试将 NSAllowsArbitraryLoads 键设置为是,对不起,但我有头痛搜索发生了什么。感谢帮助
coresimulator.log 中的错误是
07/10/15 21:51:02,800 com.apple.CoreSimulator.CoreSimulatorService[410]:
Error Domain=LaunchServicesError Code=0 "(null)"
UserInfo={Error=PackagePatchFailed,
ErrorDescription=Could not hardlink copy
/Users/edu/Library/Developer/CoreSimulator/Devices/F25180D1-32CD-47E0-9823-D1626546D660/data/Containers/Bundle/Application/7E6A0B88-3B33-435F-A645-3367B6F47154/vippler.app.ios.app
to /Users/edu/Library/Developer/CoreSimulator/Devices/F25180D1-32CD-47E0-9823-D1626546D660/data/Library/Caches/com.apple.mobile.installd.staging/temp.LDNqVX/extracted/Payload/vippler.app.ios.app
with manifest /Users/edu/Library/Developer/CoreSimulator/Devices/F25180D1-32CD-47E0-9823-D1626546D660/data/Library/Caches/com.apple.mobile.installd.staging/temp.LDNqVX/extracted/com.apple.deltainstallcommands.com.Bitamine.vippler-app-ios}
info.plist 的截图是
【问题讨论】:
-
很多骗子。请在发布问题之前进行搜索。见stackoverflow.com/questions/25632886/…
-
对不起,我尝试了这个线程的所有方法,但错误仍然存在
-
那么请更新您的问题以包含潜在错误。正如我的回答(上面提到的)所示,“LaunchServicesError 0”只是表明出了点问题。它并不表示 什么 出了问题。您需要从 CoreSimulator.log 和设备的 system.log 中提取该信息。
-
我刚刚编辑了这个问题,希望它清楚。
标签: swift ios-simulator ios9 xcode7