2017-01-01 132 views
10

我目前使用Cordova Phonegap爲iOS構建應用程序。它工作正常,但現在當我在終端中運行cordova build ios時出現錯誤。科爾多瓦Phonegap「導出失敗」錯誤代碼70在構建ios時

,我發現了以下錯誤:

** EXPORT FAILED **

Error: Error code 70 for command: xcodebuild with args: -exportArchive,-archivePath,RoastBot.xcarchive,-exportOptionsPlist,/Users/JarrodMorgan/Desktop/RoastBot/platforms/ios/exportOptions.plist,-exportPath,/Users/JarrodMorgan/Desktop/RoastBot/platforms/ios/build/device

任何幫助表示讚賞!

+0

你有沒有想過這個?我有同樣的問題... – gabaum10

+0

我有同樣的問題 – Benyaman

回答

2

您可以通過返回到舊的PhoneGap版本來解決此問題。 將此項添加到你的config.xml文件中

<preference name="phonegap-version" value="cli-6.3.1" /> 
相關問題