DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.56k stars 1.05k forks source link

The entitlements specified in your application’s Code Signing Entitlements file are invalid, not permitted, or do not match those specified in your provisioning profile. (0xE8008016). #71

Open wo364379560 opened 6 years ago

wo364379560 commented 6 years ago

I am using xcode9.0 complie this project. I can succeed to compile it, but I can not succeed install this new package. My iPhone version is 10.3.2. My Mac version is 10.12.6. When we install this new package ,we get this message :"The entitlements specified in your application’s Code Signing Entitlements file are invalid, not permitted, or do not match those specified in your provisioning profile. (0xE8008016)." Do you have any method to fix this problem?

erduoniba commented 6 years ago

I think you have choice error Certificate. if you have more time, try new .mobileprovision file, and look careful .mobileprovision counterpart Certificate. Then use iOS App Signer again. I hope I can help you.