XCODE - Select a provisioning profile for the "Debug" build configuration in the project editor

Viewed 6812

I do not have a developer account. I signed in with my Apple ID account. How can I resolve these mistakes?enter image description here

1 Answers

select your project name then in general tab check the Automatically manage signing this will create a provisioning profile for your project.

if you want to build and run your app on the real device then the select team as well.enter image description here

Related