Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XCode 7.1 Archive upload failure #116

Open
rabidrebeldog opened this issue Nov 12, 2015 · 0 comments
Open

XCode 7.1 Archive upload failure #116

rabidrebeldog opened this issue Nov 12, 2015 · 0 comments

Comments

@rabidrebeldog
Copy link

Hi -
We provide a resource bundle as part of our SDK distribution. Everything used to work great until we attempted to integrate our SDK into an app built using Xcode 7 and then submitted to the app store.
We are now getting an error from Apple saying "Invalid CFBundleSupportedPlatforms value...". Apparently XCode is inserting a couple of key/values into the generated Info.plist for our bundle.
Specifically:


CFBundleSupportedPlatforms

iPhoneSimulator

and
DTPlatformName
iphonesimulator

These keys are not present in the plist for the bundle and are getting generated during the build phase.
I have learned that if the values are changed manually to "iPhoneOS" then the app store will accept the submission.

Does anyone have any clue as to how to get Xcode to generate the plist with the proper iPhoneOS value?
Otherwise I suppose I'm going to have to write a post-process script to inject to proper values into the plist.

Anyone else seen this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant