Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to archive in iTunes Store

When trying to upload my app, I get the error: "You must supply a CFBundleIdentifier for this request". The identifiers (UTI format) in info.plist, "General Identity", iTunesConnect and App ID (Apple Developer) are all similar.

When getting the CFBundleIdentifier in applicationdidFinishLaunchingWithOptions: I get the same result.

I have changed the project name, maybe it has something to do with that?

Any suggestions? Thanks!

enter image description here

Info.plist

like image 905
JeeGee Avatar asked Aug 03 '16 16:08

JeeGee


People also ask

How do I upload to App Store archive?

Choose Product from the top menu and click on Archive. The Xcode Organizer will launch, displaying any archives you've created in the past. Make sure the current build is selected and click on Upload to App Store in the right-hand panel. Select your credentials and click Choose.

Why can't I backup my iPhone in iTunes?

If you use a Windows PC and iTunes won't respond or your backup never finishes, you might need to update, change, disable, or uninstall your security software. If you own more than one computer, try to make a backup on your other Mac or PC. Or, use iCloud to back up your device and restore from your iCloud backup.

Can't backup iPhone because an error occurred?

Restart your computer (Mac or PC) and iOS device (iPad, iPhone, and iPod touch). Quit iTunes and re-launch it to back up again. Make sure you are using Apple matched USB cable or lighting port. Delete corrupted backups.


2 Answers

I was getting this error when free space in my mac hard disk was low

like image 179
tamtoum1987 Avatar answered Oct 17 '22 07:10

tamtoum1987


I got the same error. In my case, the .ipa was put inside a folder. But, since i used the file-extension ".ipa" when Xcode asked me to where to put the output, the file was put inside a package. Once i exported the archive again and only used a name for the output everything worked fine.

like image 37
Sebastian_Berlin_82 Avatar answered Oct 17 '22 08:10

Sebastian_Berlin_82