Hello,
I've got a problem when I build my app with eas.
My version "react-native-glassfy-module": "^1.3.2",
My error :
[!] CocoaPods could not find compatible versions for pod "GlassfyGlue":
[INSTALL_PODS] In Podfile:
[INSTALL_PODS] react-native-glassfy-module (from `../../../node_modules/react-native-glassfy-module`) was resolved to 1.3.2, which depends on
[INSTALL_PODS] GlassfyGlue (= 1.3.1)
[INSTALL_PODS]
[INSTALL_PODS] None of your spec sources contain a spec satisfying the dependency: `GlassfyGlue (= 1.3.1)`.
[INSTALL_PODS]
[INSTALL_PODS] You have either:
[INSTALL_PODS] * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
[INSTALL_PODS] * mistyped the name or version.
[INSTALL_PODS] * not added the source repo that hosts the Podspec to your Podfile.
[INSTALL_PODS]
Can you help me ?!
Thank you very much