Hello,
I cannot use Xcode 13 in order to run the project previously generated by Xcode 12.5.1. I got an error message on install:
The executable was signed with invalid entitlements.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620394
How to reproduce:
Open Xcode 12.5.1 and generate a new empty ios app.
Press Run and see how it builds and runs on your device.
Now open the same project with Xcode 13.
Press Run and observe how it fails to install the app.
Is it a bug?! How to make it work in new Xcode?!
Thanks