You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: