A valid provisioning profile for this executable was not found

前端 未结 13 1523
清酒与你
清酒与你 2020-12-31 08:49

I just cracked open an older project to apply a bug fix.

After 2 minutes of fixing the, bug I go to build it to my device, and I get this error \"A valid provisioni

相关标签:
13条回答
  • 2020-12-31 08:57

    I had problems with getting an app onto an iPad, even though it worked on other iPads and an iPhone. I eventually solved it by adding it manually using the 40 digit device ID via the provisioning portal.

    0 讨论(0)
  • 2020-12-31 08:58

    1- TARGETS -> click the app-> Build Setting-> Code Signing : Make sure that both "Debug" and "Any iOS SDK" are set to "iPhone Development"

    2- Product -> Scheme -> Edit Scheme: Make sure Build Configuration is set to Debug.

    0 讨论(0)
  • 2020-12-31 08:58

    in addition to all the above responses try also deleting entitlements file and re-create it and provide the application identifier accurately.

    i dont say the above error is bcoz of entitlements file but might be a chance.try once,if it works u are happy.

    TNQ

    0 讨论(0)
  • 2020-12-31 08:59

    1) First confirm that certificate is installed in your mac properly. 2) Both certificate Distribution & Developer should be added properly. 3) And if it is not there, then create new and then again install it. 4) Then set profiles in your project.

    I hope these all check will be helpful.

    0 讨论(0)
  • 2020-12-31 09:03

    You need to add your device to the provisioning portal and that profile needs to be installed on the device. In Xcode4 you can do all this via organiser once you have added the device id on the site.

    0 讨论(0)
  • 2020-12-31 09:08

    My problem was due to having "valid signing identity error" on my profile. I revoked my certificate, delete my profile, recreated everything and then did the steps from the answer on this post:

    Xcode 4 - "Valid signing identity not found" error on provisioning profiles on a new Macintosh install

    0 讨论(0)
提交回复
热议问题