Coding⏱️ 2 min read📅 2026-05-31

How to Fix: Codesign error: Provisioning profile cannot be found after deleting expired profile

Error resolving provisioning profile after deleting expired profile.

Quick Answer: Try rebuilding the project with a new, valid provisioning profile and ensure the identifier does not contain an asterisk (*) character.

The issue you're facing is due to the deletion of an expired provisioning profile. When you delete a profile, it doesn't automatically remove all associated profiles or identifiers from your system. As a result, when you try to use a new profile with an * in the identifier, the system can't find the corresponding provisioning profile, leading to this error.

💡 How to Resolve This Issue

  • Open iTunes and select your device. Click on the 'Windows & Mac' or 'Devices' tab, depending on your operating system.

Method 1: Delete Old Profiles

  1. Step 1: In iTunes, select your device and click on the 'Windows & Mac' or 'Devices' tab.

Method 2: Update Provisioning Profiles

  1. Step 1: Go to the Apple Developer website and log in with your account.

💡 Conclusion

By following these steps, you should be able to resolve the Code Sign Error: Provisioning Profile cannot be found. Remember to always keep track of your provisioning profiles and identifiers to avoid this issue in the future.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions