This is ridiculous, i lost one complete day because of this error. I am on Xcode 11.5In Step 2, I don't see an option for Provisioing Profiles. I see a msg "Device setup was successfull"
Post
Replies
Boosts
Views
Activity
I got this error when installing the debug build on my physical device.
I thought it was because of updating XCode from 11.4 to 11.5, but that was not the reason.
In my schema definition it was set to "Release".
Goto Products > Schema > Edit Schema > Change to "Debug"
That resolved the issue
I got this error when installing the debug build on my physical device.
I thought it was because of updating XCode from 11.4 to 11.5, but that was NOT the reason.
In my schema definition it was set to "Release".
Goto Products > Schema > Edit Schema > Change to "Debug"
That resolved the issue. Hope this helps others who run into the issue.