Profile Grant Options Missing in Code Signing Xcode 6.3
I can no longer view or modify the provisioning profile in Xcode 6.3. I would like to switch between dev and adhoc every time, but I can't get the options back, and it seems that all my ID signing certificates and other provisioning profiles are fine. My guess is that the program defaults to my adhoc profile (I can tell that when I build an app on my phone it is wrong because in adhoc mode it won't debug - another complaint).
How do people switch back and forth with training profiles? Is there a way to return parameters in code signing parameters?
The above image is set to distro mode, but even if I change it to development it doesn't do anything.
Here is my account and all my profiles:
And inside xcode:
+3
source to share