Undefined method 'post_install' for nil
#584
-
Hello. I got an error when calling the pod install command. Maybe it's a bug specific to me, I don't know exactly, but I get an error when I add $MLRN.post_install(installer). Without it, pod install works. Here's what I'm doing:
My actual podfile:
And I get errors like this:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
I can see that your podfile is doing package linking manually, and you added the $MLRN is nil, and it could be so if the maplibre-react-native package is either not installed yet or not linked properly with your USE_FRAMEWORKS environment variable. I would investigate whether maplibre-react-native is properly linked like your other libraries... If it is, then your build process should at least be downloading the maplibre-react-native.podspec file, which is where the $MLRN variable is defined. |
Beta Was this translation helpful? Give feedback.
-
I have a podsec file in the library folder Project react version: 0.76.5 |
Beta Was this translation helpful? Give feedback.
-
Can you please try again with the latest beta version? |
Beta Was this translation helpful? Give feedback.
-
Yes, in the beta version pod install works successfully. The application builds and runs) |
Beta Was this translation helpful? Give feedback.
Can you please try again with the latest beta version?