iOS 证书过期最简单的解决办法

以下方法适用于7.2以上所有版本Xcode

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.

你可能感兴趣的:(iOS 证书过期最简单的解决办法)