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

Edu*_*Edu 2 ios-simulator swift 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}
Run Code Online (Sandbox Code Playgroud)

以及info.plist的屏幕截图是

在此输入图像描述

Jer*_*oia 6

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