I am unable to debug on a device, using visual studio 2013. It only works on the simulator.
The log shows something like this:
Starting debug on:iPhone Remote build finished... Debugging session ended. Debugging session ended.
But nothing happens.
I have:
1) generated a certificate and provisioning profile using the developer center 2) installed the certificate on the mac (into keychain) 3) installed the provisioning profile onto the iphone 4) opened the project properties in visual studio and went to "ios bundle sigining", but: the only options for identity are "developer (automatic)" and "distribution (automatic)" the only option for provisioning profile is "Automatic"
What do I need to do?