无法运行模拟器无法完成操作。 (LaunchServicesError错误0)

时间:2015-10-05 21:29:29

标签: swift ios-simulator ios9 xcode7

我试图在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的屏幕截图是

enter image description here

4 个答案:

答案 0 :(得分:6)

从屏幕截图中可以清楚地看到,您的Info.plist缺少CFBundleVersion(“Bundle Version”)密钥。如果缺少该密钥,则可能导致此问题。

答案 1 :(得分:0)

基于错误描述 错误= PackagePatchFailed, ErrorDescription =无法复制链接 我们会说编译器无法找到资源的路径,例如框架,图像。但主要问题可能是Pod。因此,请尝试按照以下步骤删除所有缓存的文件

  1. 命令shift G
  2. 粘贴此路径/ Library / Developer / Xcode / DerivedData
  3. 删除相关的查找程序
  4. 重置模拟器的内容和设置
  5. 重新编译项目
  6. 干杯

答案 2 :(得分:0)

更改整个项目根目录路径似乎在某种程度上对我有用

答案 3 :(得分:-1)

在运输安全中制定例外情况以及“NSAllowsArbitraryLoads”