Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please update this #54

Open
2 of 8 tasks
bharaty878 opened this issue Jul 12, 2024 · 7 comments
Open
2 of 8 tasks

Please update this #54

bharaty878 opened this issue Jul 12, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@bharaty878
Copy link

What happened?

Ios creating issue when i m going to build the project in android it is working fine please update it so it will work fine in ios

Version

@react-native-ml-kit/barcode-scanning: version@react-native-ml-kit/face-detection: version@react-native-ml-kit/identify-languages: version@react-native-ml-kit/image-labeling: version@react-native-ml-kit/text-recognition: version@react-native-ml-kit/translate-text: version

Which ML Kit packages do you use?

  • @react-native-ml-kit/barcode-scanning
  • @react-native-ml-kit/face-detection
  • @react-native-ml-kit/identify-languages
  • @react-native-ml-kit/image-labeling
  • @react-native-ml-kit/text-recognition
  • @react-native-ml-kit/translate-text

What platforms are you seeing this issue on?

  • Android
  • iOS

System Information

npx pod-install

Steps to Reproduce

not build

@bharaty878 bharaty878 added the bug Something isn't working label Jul 12, 2024
@a7medev
Copy link
Owner

a7medev commented Jul 14, 2024

Hello @bharaty878!

A new release of all the packages containing ML Kit v6.0.0 on iOS has just been released, can you please try upgrading to the latest version and sharing if that fixes your issue or not? 🙏🏼

Here's the upgrade command:

npm install @react-native-ml-kit/text-recognition@latest

or if you're using Yarn:

yarn add @react-native-ml-kit/text-recognition@latest

If your issue is still present after upgrading to the latest, please share more details like the error logs to be able to check your issue.

@bharaty878
Copy link
Author

bharaty878 commented Jul 15, 2024 via email

@Abdulhaque4241
Copy link

@a7medev I'm experiencing the same issue. It's working fine on Android, but pod install is failing.

@bharaty878
Copy link
Author

bharaty878 commented Jul 24, 2024 via email

@Abdulhaque4241
Copy link

Abdulhaque4241 commented Jul 24, 2024

I encounter this issue when running pod install:

[!] CocoaPods could not find compatible versions for pod "GTMSessionFetcher/Core":
In Podfile:
RNGoogleSignin (from ../node_modules/@react-native-google-signin/google-signin) was resolved to 9.1.0, which depends on
GoogleSignIn (> 6.2) was resolved to 6.2.3, which depends on
GTMSessionFetcher/Core (
> 1.1)

RNMLKitTextRecognition (from `../node_modules/@react-native-ml-kit/text-recognition`) was resolved to 1.5.2, which depends on
  GoogleMLKit/TextRecognitionDevanagari (= 6.0.0) was resolved to 6.0.0, which depends on
    MLKitTextRecognitionDevanagari (~> 3.0.0) was resolved to 3.0.0, which depends on
      MLKitCommon (~> 11.0) was resolved to 11.0.0, which depends on
        GTMSessionFetcher/Core (< 4.0, >= 3.3.2)

CocoaPods could not find compatible versions for pod "GoogleDataTransport":
In Podfile:
GoogleDataTransport

RNFBMessaging (from `../node_modules/@react-native-firebase/messaging`) was resolved to 19.3.0, which depends on
  Firebase/Messaging (= 10.24.0) was resolved to 10.24.0, which depends on
    FirebaseMessaging (~> 10.24.0) was resolved to 10.24.0, which depends on
      GoogleDataTransport (~> 9.3)

RNMLKitTextRecognition (from `../node_modules/@react-native-ml-kit/text-recognition`) was resolved to 1.5.2, which depends on
  GoogleMLKit/TextRecognitionDevanagari (= 6.0.0) was resolved to 6.0.0, which depends on
    MLKitTextRecognitionDevanagari (~> 3.0.0) was resolved to 3.0.0, which depends on
      MLKitCommon (~> 11.0) was resolved to 11.0.0, which depends on
        GoogleDataTransport (< 10.0, >= 9.4.1)

CocoaPods could not find compatible versions for pod "GoogleUtilities/Logger":
In Podfile:
RNFBApp (from ../node_modules/@react-native-firebase/app) was resolved to 19.3.0, which depends on
Firebase/CoreOnly (= 10.24.0) was resolved to 10.24.0, which depends on
FirebaseCore (= 10.24.0) was resolved to 10.24.0, which depends on
GoogleUtilities/Logger (~> 7.12)

RNMLKitTextRecognition (from `../node_modules/@react-native-ml-kit/text-recognition`) was resolved to 1.5.2, which depends on
  GoogleMLKit/TextRecognitionDevanagari (= 6.0.0) was resolved to 6.0.0, which depends on
    MLKitTextRecognitionDevanagari (~> 3.0.0) was resolved to 3.0.0, which depends on
      MLKitCommon (~> 11.0) was resolved to 11.0.0, which depends on
        GoogleUtilities/UserDefaults (< 8.0, >= 7.13.0) was resolved to 7.13.3, which depends on
          GoogleUtilities/Logger (= 7.13.3)

RNMLKitTextRecognition (from `../node_modules/@react-native-ml-kit/text-recognition`) was resolved to 1.5.2, which depends on
  GoogleMLKit/TextRecognitionDevanagari (= 6.0.0) was resolved to 6.0.0, which depends on
    MLKitTextRecognitionDevanagari (~> 3.0.0) was resolved to 3.0.0, which depends on
      MLKitCommon (~> 11.0) was resolved to 11.0.0, which depends on
        GoogleUtilitiesComponents (~> 1.0) was resolved to 1.1.0, which depends on
          GoogleUtilities/Logger

CocoaPods could not find compatible versions for pod "nanopb":
In Podfile:
RNFBMessaging (from ../node_modules/@react-native-firebase/messaging) was resolved to 19.3.0, which depends on
Firebase/Messaging (= 10.24.0) was resolved to 10.24.0, which depends on
FirebaseMessaging (~> 10.24.0) was resolved to 10.24.0, which depends on
nanopb (< 2.30911.0, >= 2.30908.0)

nanopb

@Energieman
Copy link

Energieman commented Aug 16, 2024

Your issue is related to Build failing on IOS
Please check out my response at #10

@jihokim2
Copy link

jihokim2 commented Nov 1, 2024

After install @react-native-firebase/app 21.X and react-native-ml-kit I met this problem.
Temporary, use @react-native-firebase/app 20.X this problem is disappeared. But I think react-native-ml-kit's Podfile library will be updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants