I created a provisioning profile for distribution on apple developpers and create my app page on itunes connect linked to this profile. The app is running properly.
Now, I am trying to submit my app to the app store but I got an error when I want to upload my app : "Invalid BundleOS TypeCode. Could not find a [CFBundlePackageType] in your application bundle's Info.plist file must be one of [APPL]". (I create an archive, validate, export and try to upload and got this).
I think it's coming from a framework, called AlamoFire, in my project. I add week ago in the project and add it to "Link binary with libraries". It has its own workspace and project,in my project :
-
.
To get that error message when I want to upload my app, I already change the bundle identifier in the framework project and change the version in "General" to match my project. I don't know if that's was right... (i got a problem when I wanted to upload my app with the bundle identifier - not suitable records were found - and a problem because version string was too long).
I don't know what to change and where... What should I do ?
Edit : Just changed my app BundleTypeCode in .plist from BNDL to APPL and it worked without changing my framework.