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

Don't link two targets to one target #1

Merged
merged 1 commit into from
Jan 30, 2015
Merged

Don't link two targets to one target #1

merged 1 commit into from
Jan 30, 2015

Conversation

kylef
Copy link
Contributor

@kylef kylef commented Jan 30, 2015

This project wasn't buildable because the Podfile tried to link against the same target multiple times (catch22Tests). The implicit target for the base Podfile had link_with 'catch22', 'catch22Tests' and there was also an explicit target called catch22Tests which was also linked. It's not possible to link two targets in a Podfile against a single target in an application (I'll make sure CocoaPods will fail with a friendlier message in the future).

This pull request does two things:

  • Remove the broken integration from the project (pod deintegrate + manual tweaking)
  • Refactored the Podfile to only link to catch22Tests once.
  • Reintegrated with pod install

Don't link two CP targets to catch22Tests
albertbori added a commit that referenced this pull request Jan 30, 2015
Don't link two targets to one target
@albertbori albertbori merged commit e74333f into albertbori:master Jan 30, 2015
@kylef kylef deleted the fix branch January 30, 2015 23:21
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.

None yet

2 participants