1

I'm desperate! I have a deadline and I can not post! Please someone help me enter image description here

Pinturikkio
  • 1,490
  • 1
  • 14
  • 28
  • 1
    possible duplicate of [Xcode 5: Code signing entitlement errors](http://stackoverflow.com/questions/18818381/xcode-5-code-signing-entitlement-errors) – SMR Jan 27 '15 at 07:04

2 Answers2

1

According to Joe Regan from possible duplicate post:

  1. Xcode Preferences
  2. Accounts tab
  3. Select your Apple ID
  4. Hit the View Details button in the Apple ID detail panel
  5. Hit the Refresh button in the lower left corner

This post from the iOS Developer Library may also help you:

Setting up Xcode to automatically manage your provisioning profiles.

Community
  • 1
  • 1
atwalsh
  • 3,622
  • 1
  • 19
  • 38
0

I have also faced this issue when i try to make ipa file for App Store. - only you have to check whether "Any iOS SDK" is selected or "Any OS X SDK" is selected in Build settings?

If you have selected "Any iOS SDK" then it will always shows this error message again and again in new XCode. So, go to your app->Target->Code Siging-> and remove "Any iOS SDK" and select "Any OS X SDK".

follow same process for Project section also. Now, clean and rebuild your project. It will be done.

Pratik Patel
  • 1,393
  • 12
  • 18