Skip to content

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.

4 participants