pod install
fails with undefined method post_install for nil
#565
-
Hi, I've been trying to install MapLibre in my app, but I cannot get it to work. Is there something I'm missing here? I've been following the installation guides for both iOS and android. Seems like the native MapLibre module is not being installed. Steps to Trigger Behavior
Expected BehaviorPods should install. Actual BehaviorI get the following error during
Minimal Reproducible Examplehttps://github.com/antonsthb/react-native-map-libre-pod-install-bug Screenshots (if applicable)Environment
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
Could you please try with the latest beta pre-release? If it still doesn't work, please create a reproduction repository. |
Beta Was this translation helpful? Give feedback.
-
@KiwiKilian Thanks for your response, sorry, I forgot to fill in the latest version, I just updated the issue and added a repository containing a minimal reproducible example. |
Beta Was this translation helpful? Give feedback.
-
In your repository you are using |
Beta Was this translation helpful? Give feedback.
-
Huh, no idea how I messed that up, it works now, thanks for the quick response! I'll close this as completed. |
Beta Was this translation helpful? Give feedback.
In your repository you are using
$RNML
instead of$MLRN
in thePodfile
.