Checking the build log it seems there’s a missing wildcard team dev profile required for the Archive of your iOS project.
I’d suggest you to run our codesigndoc
tool ( http://devcenter.bitrise.io/ios/code-signing/#collect-the-required-files-with-codesigndoc ) and upload all the files it collects for you.
Even better would be:
- do a clean git clone of the repo into a new directory on your Mac, to have it in the state bitrise.io gets when it clones it
- run a bitrise build there using our CLI: How to experiment with Bitrise configs locally, on your Mac/Linux
- as the code signing files are available on your Mac, the build should be successful on your own Mac, and the Xcode project is now in the exact same state it is on bitrise.io
- so run
codesigndoc
( http://devcenter.bitrise.io/ios/code-signing/#collect-the-required-files-with-codesigndoc ) now. This way the tool should be able to collect all the required files for the project, as the project is in the same state it is on bitrise.io (thecodesigndoc
tool generates an Xcode Archive and then analyzes the required files which are printed by Xcode)
Please let us know how it goes or if you’d have any questions!