逝水流年

This is a blog to record my life, my work, my feeling …

2015-03-06 Solve Jenkins Build Xcode Project Could Not Found Provision Issue

The error is: Code Sign error: No matching provisioning profile found

How to solve:

1-Ensure the project is building successfully from Xcode to real target.

2-Copy all the development cretificates & credentials form your user folder to the system folder in KeyChain.

3-Copy all the Provisioning profiles existing in Users//Library/MobileDevice/Provisioning Profiles to /System/Library/MobileDevice/Provisioning Profiles.

If the directory is not exist, please create first.

参考: https://issues.jenkins-ci.org/browse/JENKINS-20916

Comments