从命令行xcode 9开始IPA

时间:2017-10-05 08:42:18

标签: ios xcode command-line ipa xcode9

我在单个主项目中嵌入了很多项目,我正在尝试自动化构建过程。但问题是我无法使用命令行进行构建。

Clean project
xcodebuild clean -project TestingCommandLine.xcodeproj -configuration Debug -alltargets

Make Archive
xcodebuild archive -project TestingCommandLine.xcodeproj -scheme "TestingCommandLine" -configuration Debug -archivePath myApp.xcarchive

Build IPA
xcodebuild -exportArchive -archivePath myApp.xcarchive -exportPath myApp.ipa -exportOptionsPlist exportOptions.plist

相同的过程适用于没有任何依赖关系的简单项目。

以下构建命令失败:     Ld watchos / Watch \ Extension.appex / iskanWatch \ Extension normal armv7k (1失败)

这是我尝试构建时出现的实际失败错误。

任何帮助将不胜感激。

0 个答案:

没有答案