When attempting to launch to iOS (14.8) on a Mac (macOS Big Sur 11.6) with XCode 13 (13A233), I am able to build, package, and deploy to the iPhone, but when the editor attempts to run I receive the following message and a launch failure:
LogPlayLevel: Error: instruments: error: Failed to locate 'instruments'.
After a bit of research, it sounds like XCode 13 has removed the instruments tool and now expects us to use xcrun?
To be clear, this ONLY affects live running of the app, and seems to cause no issues with the app that is installed on the device. Once the launch fails I can run the app manually on the phone.