When trying to debug on device using profile "Debug|iPhone > Casey's iPad" xamarin first shows this at the top:
Then it launches the app, show the splashscreen, and immediately crashes. About a minute later I get this popup:
Debugging on the simulator works fine, and debugging on device in Xcode works, I just cannot debug on device in Xamarin.
I've tried the following things with no luck:
- Installed latest version of Xcode command line tools
- Build an objective-c hello world app in xcode, launch and debug on both device and simulator hoping Xcode would "wave the magic wand"
- Creating a new HelloWorld app and trying to debug it on device - the same thing happens
- Changing my USB port number to 10001
- Changed TestFlight code to only run if !DEBUG
- Changed my signing identity from Developer (Automatic) to my specific developer certificate
I'm using Xamarin Studio 5.10 and Xcode 7.1.1 on Mac OS X 10.11.1. I've tried just about anything I could find on Google and had no luck. Any suggestions?