I want to run my iPhone app in debug mode on my device. I have a valid certificate and provisioning profiles for developer and debug. I also have my code signing identity set to "iPhone Developer" in my project preferences. However when I try to install my app, it asks me if I want to install the ad hoc distribution profile. This is strange because I explicitly tell it to use the iPhone Developer code signing identity. Using the ad hoc distribution profile won't work because it doesn't have debug rights.
Anyone know how to fix this?