When I run into issues like this, I restart the device. If that doesn't work, restart your Mac as well.
Are you connecting to your device via WiFi or a cable?
It seems like the app is not signed correctly or associated with your developer account.
See: https://stackoverflow.com/questions/38307356/iphone-app-under-test-crashes-after-a-few-days
Check the validity of your app's provisioning profile in your Xcode project.
Does it install via Xcode on the same device?
Maybe you need to go to your device's Settings > General > VPN & Device Management to 'trust' the profile?
Maybe it doesn't like something in your plist?
Is there a previous version of the app that worked?
(just guessing here because I'm not sure what DVTFailureHintExceptionPreprocessor does)
After playing with Key Bindings a bit, you have to select the row and press the 'return' key to be able to add or delete a key binding.
Once you press 'return', you'll see the + and - options for the key binding.
(I'm using Xcode 15.2)
Hope that helps
When I run into issues like this, I restart the device. If that doesn't work, restart your Mac as well.
Are you connecting to your device via WiFi or a cable?
It seems like the app is not signed correctly or associated with your developer account.
See: https://stackoverflow.com/questions/38307356/iphone-app-under-test-crashes-after-a-few-days
Check the validity of your app's provisioning profile in your Xcode project.
Does it install via Xcode on the same device?
Maybe you need to go to your device's Settings > General > VPN & Device Management to 'trust' the profile?
Maybe it doesn't like something in your plist?
Is there a previous version of the app that worked?
(just guessing here because I'm not sure what DVTFailureHintExceptionPreprocessor does)
After playing with Key Bindings a bit, you have to select the row and press the 'return' key to be able to add or delete a key binding.
Once you press 'return', you'll see the + and - options for the key binding.
(I'm using Xcode 15.2)
Hope that helps