Xcode Build Error Jenkins: Your session has expired. Please log in

前端 未结 4 1686
春和景丽
春和景丽 2021-02-07 02:40

I\'m trying to build my application using jenkins pipeline using shell command. Below is the command i\'m using to build the app.

sh \'xcodebuild -workspace proj         


        
4条回答
  •  迷失自我
    2021-02-07 03:13

    I have had a similar problem for weeks. Since updating to Xcode 10 every aspect of the build Jenkins did would be successful except I would get that error and the build would fail. Directly building, signing, etc. in Xcode was fine.

    The solution in my case was the Xcode 10.1 update. The errors you list still exist in the Jenkins output. However it no longer causes Jenkins to fail the build.

    Sadly I don't actually know what caused the failure so I don't have any further insight.

提交回复
热议问题