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

前端 未结 4 1962
攒了一身酷
攒了一身酷 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:29

    Eventually I figured it out, it's something that looks really UNRELATED, and yet it was the only thing that fixed the described issue for me.

    Go to your build settings and remove any recursive search paths you have there. That's it. (any search path that ends with ** is a recursive one).

    Good luck!

提交回复
热议问题