Xcode 10 archiving fails - only on command line (xcodebuild)

前端 未结 4 1969
攒了一身酷
攒了一身酷 2021-02-02 12:05

I\'m having issues with archiving on my CI machine (Jenkins), when running the process manually on the SAME machine but with the Xcode UI, everything works just fine.

T

4条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-02 12:23

    I had the same issue doing:

    xcodebuild -workspace ABC.xcworkspace -scheme SCHEME_NAME archive -archivePath ABC.xcarchive
    

    I solved it by stripping out the -archivePath and its parameter.

提交回复
热议问题