iphone - i'm still getting the "The executable was signed with invalid entitlements." error -


I followed your steps and added the Entitlements.plist file to my project. I have also given the gate-task and have set it in boolean and unchecked the box. I am going to create my application and I still get the error:

The code signing attribute statement in your app does not match the mail mentioned in your provisional profile.

P> (0xE8008016).

Can anyone help me?

Thanks

from your project Entitlements.plist Remove and then try to clean and clean your project.

That's because the distribution provisioning profiles you may have added code signatures are invalid or expired

Hope this helps you.

Comments