Issue Description
Seeing error message related to the in-house app's provisioning profile during a failed deployment: "The executable was signed with invalid entitlements"
The error itself points to an issue with invalid entitlements. However, this error may point to an issue with the Provisioning Profile in Xcode having expired, thus leading all app builds signed with this profile to also expire and fail to deploy as expected.
Troubleshooting Steps
Follow Apple guidelines to verify the entitlements, signing, provisioning profile of the app in question.