CFBundleIdentifier Error when creating Archive

Ok, so when I go to archive my app in Xcode 8, all goes well until after validating I get this error:

"You must supply a CFBundleIdentifier for this request"

I have everything in correctly and I can't see what's wrong.


Any help greatly appreciated.


images:

https://gyazo.com/526fb6714c104a70f5cf686ff768a15a

https://gyazo.com/3a417c6867dad82730a3c0916d6d4b7c

Same problem here, using Xcode 8, Swift 3 and Apploader 3.6

Since last week I'm stucked with the same problem. I recode my app to Swift and Archivie show that error. I even tried with Xcode 8.1 beta, but error is still there.

I found a solution for my case:


For some reason the "Bundle Os Type" value in my info.plist was set to ???.

(Problem looks the same, when entry is just missing.)


Setting

Bundle OS Type

to

APPL

solved it for me.


Tip: I found this by comparing to a newly generated hello world project, which passed upload validation.


I guess the Xcode Devs didn't foresee that problem, otherwise the errormessage would be more helpful.

Same problem here since i use XCode 8. Modify the "Bundle Os Type code" value don't fix anything for me.


Any other tricks ?

same for me are there any solutions?

Since last week I'm stucked with the same problem. I recode my app to Swift and Archivie show that error.

Has there been any resolution of this issue yet?

same issue, any suggestion?

`same issue any solution guys?

you need to specify PRODUCT_BUNDLE_IDENTIFIER in your target Build Settings

If @/Volumes/Projects/PS_CS5_Mac-SDK/project/appname.xcodeproj User-supplied CFBundleIdentifier value 'com.yourcompany.appname' in the Info.plist must be the same as the PRODUCT_BUNDLE_IDENTIFIER build setting value ''. Why even have two values? Where are they hidden, anyway? This is just nonsense!

CFBundleIdentifier Error when creating Archive
 
 
Q