Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Signing Failed to create provisioning profile

Tags:

xcode

ios

build

I subscribed to the App Developer program. I paid the fee. I've done Certificates, Identifiers & Profiles. I added the app to App Store Connect.

xcode signing

I am getting the errors above. I don't have an iPhone phone. I'm developing on my macbook computer.

xcode device

How can I resolve this error?

like image 858
Gurkan T Avatar asked Nov 15 '25 00:11

Gurkan T


1 Answers

As I can see in image that "Automatically Manage Signing" is enabled for this Xcode project. So Xcode is trying to create the provisioning profile for you but not able to create it.

B'coz you need to add account in Xcode from Xcode -> Preferences -> Account -> Click on + icon at bottom to add a new developer account.

enter image description here

You need to create provisioning profiles.

enter image description here

Once you have created provisioning profile, download it and install on your machine.

Please make sure the certificate used in cretation of the provisioning profile must be in your machine's keychain.

If those certificates not installed in your keychiain then you will see certificate issue in Xcode.

But I would recommend to create provisioning profile manually from apple developer portal as you can see and mainly you can know that which certificate and devices are used in the profile.

You can create following provisioning profiles for your app.

Development Profile

  • You will be able to run/debug app on real device.
  • The device must be added into the profile.
  • This can be used for only development purpose.

Adhoc Profile

  • You will be able to install app on real device but not able to debug it.
  • The device must be added in profile to install app on it.
  • It acts as a release build but not a actually release build.
  • Generally develop send the adhoc build to client for testing of app.

App Store Profile

  • You will not able to run app on device using this profile.
  • It will be used to upload app on App Store or create the release build for distribution on App Store.
like image 76
Mahendra Avatar answered Nov 19 '25 07:11

Mahendra



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!