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.
本文解决了一个常见的Jenkins构建Xcode项目时出现的“找不到匹配的配置文件”错误。通过确保项目能够在真实目标上从Xcode成功构建、复制所有开发证书到系统文件夹、将所有用户级别的配置文件复制到系统级别来解决问题。
2091

被折叠的 条评论
为什么被折叠?



