Tuesday, 2 October 2018

problem with code signing and profiling the app in the instrument

I have an app that I want to profile it using Instruments. I can use the Instrument with the App in the simulator but I can't do it with my device, although the device is registered for Ad-Hoc and development in the provisional profile and I can install the app using Hockey-App so I am sure there is no problem with the device and the code signing part. However I can profile it when the build configuration is Debug, only Release doesn't work.

I get the following error.

The executable was signed with invalid entitlements.

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. 

I have checked all the answers in the stackoverflow and nothing has worked so far. Thank you in advance.



from problem with code signing and profiling the app in the instrument

No comments:

Post a Comment