Skip to content
This repository has been archived by the owner on Jan 29, 2019. It is now read-only.

Fix: remove build step that copies dependent frameworks for HarvestKit #91

Conversation

abeintopalo
Copy link

The current version when used with Carthage causes duplicate frameworks copied into the final app bundle. The PR removes copy frameworks build phase from the framework target.
See also issue: Carthage/Carthage#353

"
jspahrsummers commented on Feb 24, 2015
@ryanfitz That probably means there's a “Copy Frameworks” build phase for your framework target. That should generally be deleted. However, any applications using your framework will then need to link all of its dependencies.

This is generally what you want, though, because it reduces duplication if another dependency wants to link one of those nested frameworks too."

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants