简体   繁体   中英

Jenkins IOS App Getting failed FATAL: No global development team or local team ID was configured

I am using Jenkins for IOS apps from long back, It was working good before, But Recently I am getting one issue, I am not able to fix the issue. What might be the issue, Does anybody fixed this issue 在此输入图像描述 .

I am getting below error

FATAL: No global development team or local team ID was configured.

We have a similar problem after we updated xcode and jenkin to the latest build. My team lead fixed it by setting the team id in jenkin's configuration setting. Your team id can be found in your profile overview after you login your apple developer account.

Hope this helps. Cheers.

在此输入图像描述

You should add the development team ID as @xiaowoo told before. And don't forget to setup the Export Method in the General Build Settings!

在此输入图像描述

Actually, Xcode 8.3 onward xcrun command in removed support from Xcode. So, It's trying to run all commands like validation and build process using xcrun.

That is the reason its failed, We tried with changing Development TeamID as well, But didn't work for us. Then we downgraded to XCode 8.2, then started working. Until unless fix comes from Jenkins plugin we will face issues like this.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM