Closed saravanakumargn closed 5 months ago
Looks like the new Expo has broken this again. If you can use Expo v50 it's know to work. Will take a look at upgrading the package.
Just released v2.0.0 which should be compatible with Expo v51
https://github.com/infinitered/react-native-mlkit/pull/151
You may need to specify a minimum deployment target, and compileSDKversion in your app.json.
Command
pod install
failed. └─ Cause: CocoaPods could not find compatible versions for pod "GTMSessionFetcher/Core": In snapshot (Podfile.lock): GTMSessionFetcher/Core (< 4.0, = 3.4.1, >= 2.1, >= 3.3, ~> 3.3)In Podfile: ExpoAdapterGoogleSignIn (from
../node_modules/@react-native-google-signin/google-signin/expo/ios
) was resolved to 12.1.0, which depends on GoogleSignIn (~> 7.1) was resolved to 7.1.0, which depends on GTMAppAuth (< 5.0, >= 4.1.1) was resolved to 4.1.1, which depends on GTMSessionFetcher/Core (< 4.0, >= 3.3)You have either:
GTMSessionFetcher/Core
inside your development podRNMLKitImageLabeler
. You should runpod update GTMSessionFetcher/Core
to apply changes you've made.pod install --repo-update --ansi exited with non-zero code: 1