Search code examples
xcodecertificateprovisioningportal

Xcode 4.3.3valid provisioning profiles


In Xcode 4.3.3 I am able to submit my app to the app store and it is "waiting for review." I deleted my app from my device(iPad) then I decided I wanted it back on. I cannot not accomplish this. Xcode says the build is a success but then a message stating "no valid provisioning profiles for this executable can be found" appears. it does not appear as a red flag in Xcode but rather it's own window.

I've never dealt with such a frustrating apple product as Xcode and the provisioning portal and code signing. Apple, do something about this never ending circle of frustration. UGH!!!


Solution

  • I felt this way too when I first learned this:

    I've never dealt with such a frustrating apple product as Xcode and the provisioning portal and code signing.

    If you just submitted the app to the App Store, you used a distribution profile. You should check to make sure, though, that your developer profile is still working. Click on your project in Xcode at the top of the left column, then Build Settings > Code Signing > Code Signing Identity > Debug > Any iOS SDK. It should say something like:

    iPhone Developer (currently matches 'iPhone Developer blah blah blah')

    If it doesn't say that, select your profile from the drop down list. If there's no matching profile. You need to download it again. Let me know if this helps.