0

enter image description here

My provisioning certificates had expired after six months.

I have reactivated it by navigating to Provision Profiles --> Distribution --> Then I clicked on all expired profiles-->marked the radio button and renewed the provision certificate...so now all provision certificates is active...

But the problem is that even after renewal, Im unable to download the app in real devices and also Im unable to run the app project in my device.

When Im trying to run it on real device, Your build settings specify a provisioning profile with the UUID “XXX-XXXX-XXXX-XXXX”, however, no such provisioning profile was found. is the error being thrown.

  1. How can i let my app to be downloaded sorting the issue?
  2. How can I solve the build settings error and run my project in real device?
Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143

2 Answers2

0

do the following steps for fix this issue

Open Xcode preference --> Select team --> View Details -->

  • Signing Identities click on Reset for each of them.

  • Provisioning Profiles. Click on Download All.

  • Click Done.

then Go in Xcode, build settings, select it. In General tab, the issues should get removed.

finally Restart your Xcode. clean and build

Update

see the sample output

enter image description here

Community
  • 1
  • 1
Anbu.Karthik
  • 82,064
  • 23
  • 174
  • 143
0

You should create new provisioning profile and add them to the project i think just updating them would not solve this.

fahad khan
  • 89
  • 1
  • 6