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

Some Example files have target membership for the StripeiOS and iOSTest targets #25

Closed
brianwgibson opened this issue Feb 4, 2014 · 1 comment

Comments

@brianwgibson
Copy link

Most users won't encounter duplicate symbols, however, it can happen. It triggered for me for MBProgressHud.m which was a dependency of a different library.

Error messages will appear similar to this:
duplicate symbol OBJC_METACLASS$_MBRoundProgressView in:

The fix is to uncheck those targets from each file.

You may need to update the podspec file as well. Something similar to

spec.exclude_files = "Example"

@phillco
Copy link
Contributor

phillco commented Feb 13, 2014

Fixed! Thanks for the report.

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

2 participants