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

Ensure all headers are project to allow iOS archiving #93

Merged
merged 1 commit into from
Feb 2, 2017

Conversation

matt-oakes
Copy link
Contributor

The library will currently prevent you submitting your app to the App Store because it includes a public header. Because of this, Xcode will think the generated archive is "generic" and will not allow you to upload it to iTunes Connect.

This PR fixes this by making all headers "project headers".

See here for more information:

@jdee
Copy link
Contributor

jdee commented Feb 2, 2017

@mattoakesnet Thanks for the PR. Apologies for the problem. We'll probably be releasing 0.9.2/1.0.2 in the next couple of days. This will be included.

@jdee jdee merged commit bd75340 into BranchMetrics:master Feb 2, 2017
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

Successfully merging this pull request may close these issues.

2 participants