Something is going wrong with Mac App Store.
Suddenly, I can't submit an app due to an "Invalid Provisioning Profile Signature" error:
Invalid Provisioning Profile Signature. The provisioning profile included in the bundle com.***.*** [com.***.***.pkg/Payload/***.app] cannot be used to submit apps to the Mac App Store until it has a valid signature from Apple. For more information, visit the macOS Developer Portal. (ID: 63ae9290-28e2-4a65-8614-***)
I've never seen this error before.
This is a macOS app so no provisioning profile is even required.
Nothing changed in the signing settings I've been using to submit this app many times before.
Also, I have another, semi-pro, version of this app on the App Store. It's just another target in the same Xcode project which uses exactly the same signing settings as the first target. No issues submitting this version.
I assume it's a bug in the Mac App Store engine - I did submit it to Apple.
Still I wonder if anyone has experienced this error and has any suggestions.
macOS 13.2
Xcode 14.2
Thanks,
Leo
Hi,
I've had the same issue just now. It seems that something is wrong with provisioning profiles, they got invalidated or something. Anyway, regenerating them helped. If you have 'Automatically manage signing' enabled in your project then you could do the following.
- Close Xcode
- rm -rf ~/Library/MobileDevice/Provisioning\ Profiles/
- Open Xcode and wait until it updates profiles
- Try submitting the app again
In my case the issue was gone after the profiles were updated.