Guys, Another thing I found is that if you developed the application in xcode <xcode4 and you create assemblies in xcode4, then you may get this error.
To solve this problem, do the following: 1. In the Entitlements.plist add the key "application-identifier", type- "String", the value is "$ (AppIdentifierPrefix) $ (CFBundleIdentifier)"
- Now create the Archive assembly, when a window appears, right-click the application name and Show in Search.
- AppName -> Right-click -> Show Package Contents.
- Products โ .app file. Now use this .app file with the provisioning profile.
This solution worked very well for me.
SamG
source share