Xcode 7.2 no matching provisioning profiles found

来源:互联网 发布:6合统计软件 编辑:程序博客网 时间:2024/05/25 23:28

It solved by followings steps:-

1) Open Xcode preference,

2) Select the appropriate team,

3) Click the “View Details..”.

4) In section “Signing Identities”: click on “Reset” for each of them.

5) In section “Provisioning Profiles”. Click on “Download All”.

6) Click on “Done.”

7) Go in Xcode, build settings, select it. In General tab, the issues should get removed.

8) Restart the Xcode.

9) Do the Final build.

That’s all.详细网址

0 0