We've a running Mac Mini with Xcode server on it. I'm trying to create an archive and installable product using a bot.
The bot is creating an Archive without any problems, but creating an installable product results in the following error:
Error Domain=IDEFoundationErrorDomain Code=1 "No 'teamID' specified and no team ID found in the archive" UserInfo={NSLocalizedDescription=No 'teamID' specified and no team ID found in the archive}
Any idea what this means and how I can solve this?
The TeamID is set, profiles as well.