Hello,
I have an iOS project that works fine in 8.2, and in the General/Signing tab it correctly says
Provisioning Profile: XCode managed ℹ Or something similar to that. Clicking the information button correctly shows a profile that it uses
But when I open the exact same project with 8.3 it says:
Provisioning Profile: None Required
And there is an issue when I try to launch the product the debugger cannot attach to the process. (I am still able to build the product.)
Can anyone tell me how to fix the issue? I have tried revoking certificates, purging the entire Library/Developer folder, and nothing works.
Thanks