Error building iOS app on Jenkins (MacOSX server)
问题 My Jenkins building job is failing with the following message === BUILD NATIVE TARGET MyTarget OF PROJECT MyProject WITH CONFIGURATION Debug === Check dependencies Code Sign error: A valid provisioning profile matching the application's Identifier 'MyCompany.MyProjet' could not be found Now,if I try to run the xcodebuild command as jenkins user with a selected scheme: /usr/bin/xcodebuild -target MyTarget -configuration Debug clean build or this /usr/bin/xcodebuild -scheme MyAwesomeScheme