2015-11-19 111 views
0

我嘗試從我的Win10在Parallels Desktop中構建iOS應用程序。建立模擬器是好的,但我想要一個.ipa文件並嘗試「遠程設備」,並且有以下錯誤。iOS構建模擬器成功,但遠程設備失敗

Severity Code Description Project File Line 
Error  Specified application doesn't exist or isn't a bundle directory : 'platforms/ios/build/device/io.cordova.myapp474c62.app' HuaheWeb C:\Projectes\HuaheWeb\HuaheWeb\MDAVSCLI 1 
Error  Specified application doesn't exist or isn't a bundle directory : 'platforms/ios/build/device/io.cordova.myapp474c62.app' HuaheWeb C:\Projectes\HuaheWeb\HuaheWeb\MDAVSCLI 1 
Error  Specified application doesn't exist or isn't a bundle directory : 'platforms/ios/build/device/io.cordova.myapp474c62.app' HuaheWeb C:\Projectes\HuaheWeb\HuaheWeb\MDAVSCLI 1 
Error  Remote build error from the build server Build failed with error Command failed: /bin/sh -c xcrun -v -sdk iphoneos PackageApplication platforms/ios/build/device/io.cordova.myapp474c62.app -o /Users/mai/.taco_home/remote-builds/taco-remote/builds/844/cordovaApp/platforms/ios/build/device/xxx.ipa HuaheWeb C:\Projectes\HuaheWeb\HuaheWeb\MDAVSCLI 1 
Error  Specified application doesn't exist or isn't a bundle directory : 'platforms/ios/build/device/io.cordova.myapp474c62.app' HuaheWeb C:\Projectes\HuaheWeb\HuaheWeb\MDAVSCLI 1 

回答

0

我建立一個應用程序科爾多瓦時使用Visual Studio 2015年更新1。對我來說,iOS的是與科爾多瓦CLI版中的問題有同樣的問題 - 我用「5,4,0」這給了相同的錯誤,因爲你有。

然後,我切換回「5.3.3」(VS中新Cordova項目的默認版本),現在它成功構建了.ipa文件。

相關問題