Codesign error: Provisioning profile cannot be found after deleting expired profile in my mac

Solution:

If you deleted the profile in your mac then you will not be able to build your app in development and distribution.

If you updated the certificate in development site then goto xcode -> Preference -> then select accounts

In right side menu it had download manual certificates.Click that button and download the profiles.

Goto xcode project and find the error and select the long string and find it in your project.Erase that line in your project and goto project and clean up the project.

Goto target and select the newly downloaded profiles for your development and distribution and run.

Comments

Popular posts from this blog

Invalid bundle error while upload the app to the app Store

Convert NsNumber, NSDate to String in iOS Swift

Global LocationManager Singleton class iOS Swift