I am getting error:
The executable was signed with invalid entitlements.
The entitlements specified in your application’s Code Signing Entitlements file do n
In my case, before the build I have added a key ITSAppUsesNonExemptEncryption
in Info.plist
which may not included in the provisioning profile. After removing ITSAppUsesNonExemptEncryption
from Info.plist
I am able to build successfully.
Look into the test target, the team should be the same in both the test target and the main target.
I had this issue, and it was due to the existing builds in TestFlight expiring, so it's worth checking the build you've installed hasn't expired before doing any further investigation.
Issue is due to distribution provisioning profile try using development or Ad-Hoc provisioning,Hope it's work ,Good luck