Skip to content

Merge post_install hooks in Podfile #2256

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

Merged
merged 2 commits into from
Nov 29, 2016

Conversation

TsvetanMilanov
Copy link
Contributor

Currently the CLI does not merge the post_install hooks in the Podfile. When there are more than one post_install hooks, cocoapods will fail on pod install. The solution is to find all the post_install hooks in the merged Podfile and transform them to methods. After that post_install will be called with block in which all the transformed methods will be called.

Currently the CLI does not merge the post_install hooks in the Podfile. When there are more than one post_install hooks cocoapods will fail on pod install. The solution is to find all the post_install hooks in the merged Podfile and transform them to methods. After that post_install will be called with block in which all the transformed methods will be called.
@TsvetanMilanov TsvetanMilanov added this to the 2.5.0 milestone Nov 24, 2016
@TsvetanMilanov TsvetanMilanov self-assigned this Nov 24, 2016
@TsvetanMilanov TsvetanMilanov merged commit bb1979d into master Nov 29, 2016
@TsvetanMilanov TsvetanMilanov deleted the milanov/merge-podfile-post-install branch November 29, 2016 11:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants