Search code examples
iosxcodejenkinsjenkins-pluginsjenkins-cli

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 issueenter image description here.

I am getting below error

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


Solution

  • 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.