Reputation: 8935
I have an iOS
app I am trying to develop and test in Xcode
. However, I get the error below. I do not have a physical Apple device, but would like to test this on an iOS Simulator
. I thought this should launch a Simulator if I press the play button, as I have selected iPhone 6s Plus
for example, but it just says "Build Succeeded" and does nothing.
Question
How do I resolve the errors below, and test the app on a Simulator?
Thanks
and
Upvotes: 1
Views: 5244
Reputation: 4716
Maybe they didn't give you full account access. Check if this link:
https://developer.apple.com/account/ios/certificate/
Show this pop-up
Upvotes: 0
Reputation: 1272
For me, it worked just turning off 'Automatically manage signing'.
Upvotes: 1
Reputation: 3301
This is not because of Provisioning profile or Automatic manage signing.
You've selected the wrong target, Please select the target as 'theWhoZoo' (which is beside Run & Stop button at the top) and run on Simulator
again.
While running on Simulator
, you don't need the Provisioning profile or Automatic manage signing.
As shown in image below:
Hope this helps!
Upvotes: 1