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

Asked
Active
Viewed 949 times
1
Pinturikkio
- 1,490
- 1
- 14
- 28
-
1possible 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 Answers
1
According to Joe Regan from possible duplicate post:
- Xcode Preferences
- Accounts tab
- Select your Apple ID
- Hit the View Details button in the Apple ID detail panel
- 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.
-
1I follow your guide, but now I have this error: "iTunes store operation failed: “Error Description not available” – Pinturikkio Jan 27 '15 at 09:02
-
1
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