Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant