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 self-assigned this Nov 30, 2016
@TsvetanMilanov TsvetanMilanov merged commit 9d6d0fa into 2.3.0-appbuilder Nov 30, 2016
@TsvetanMilanov TsvetanMilanov deleted the milanov/appbuilder-2.3.0-update-with-podfile-merge branch November 30, 2016 16:29
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.

3 participants