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

Does not work with --project-directory pod argument #35

Open
tsdevshop opened this issue Sep 27, 2024 · 0 comments
Open

Does not work with --project-directory pod argument #35

tsdevshop opened this issue Sep 27, 2024 · 0 comments

Comments

@tsdevshop
Copy link

A common approach in React Native apps is to separate ios and android native code into subfolders of the project root. We can then run bundle exec pod install --project-directory=ios and have cocoapods operate in the correct directory.

Unfortunately, it seems that this gem does not support this use case. It seems that the apply method works on the assumption that the ios_project_folder is at the root of the repo?

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

No branches or pull requests

1 participant