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

XCode 7.1 Archive upload failure #116

@rabidrebeldog

Description

@rabidrebeldog

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions