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?

enter image description here

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:

enter image description here

And inside xcode: enter image description here

+3


source to share


1 answer


I understood it well - it is hidden in the new interface, here are some screenshots for comparison:

"Basic" + "Combined" view:

enter image description here



Now "All" + "Combined" view:

enter image description here

+8


source







All Articles