Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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

like image 854
Mehmet Kurtgoz Avatar asked Sep 09 '18 12:09

Mehmet Kurtgoz


People also ask

How do I create a provisional profile in Xcode?

In the iOS Apps panel, click Provisioning Profiles. Click +. Select iOS App Development and click Continue. Select an App ID to associate with the provisioning profile and click Continue.

How do I create a provisioning profile in Xcode 11?

Sign in to your Apple Developer account and navigate to Certificates, IDs & Profiles > Identifiers > Provisioning Profiles. Add a new provisioning profile. Activate App Store. Click Continue.

How do I add a device to my Xcode managed provisioning profile?

Add your device to developer.apple.com. Go to your target's General tab and tap the (i) next to "Xcode Managed Profile", then drag the profile file icon in that popover to your desktop to get the filename of the provisioning profile.


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

like image 171
Vishal Sharma Avatar answered Sep 28 '22 17:09

Vishal Sharma