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.
ITSAppUsesNonExemptEncryption
Info.plist