a7medev / react-native-ml-kit

React Native On-Device Machine Learning w/ Google ML Kit
MIT License
342 stars 55 forks source link

npx pod-install iOS is not working #49

Open j0na1han opened 3 months ago

j0na1han commented 3 months ago

What happened?

After running npx pod-install iOS is get the following error if I run npm run ios -- --simulator="iPhone 15"
The following build commands failed: Ld /Users/jonathanzimmermann/Library/Developer/Xcode/DerivedData/smartConversion-exitpdgrxydjmqdktlbqhqqgoujd/Build/Products/Debug-iphonesimulator/smartConversion.app/smartConversion normal (in target 'smartConversion' from project 'smartConversion') (1 failure)

Do you have an idea what is the reason for that error?

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

I'm using the version 1.5.1

Which ML Kit packages do you use?

What platforms are you seeing this issue on?

System Information

System: OS: macOS 14.3.1 CPU: (10) arm64 Apple M1 Pro Memory: 3.65 GB / 32.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 21.7.1 path: ~/.nvm/versions/node/v21.7.1/bin/node Yarn: Not Found npm: version: 10.5.0 path: ~/.nvm/versions/node/v21.7.1/bin/npm Watchman: Not Found Managers: CocoaPods: version: 1.15.2 path: /opt/homebrew/bin/pod SDKs: iOS SDK: Platforms:

Steps to Reproduce

Run: npm install @react-native-ml-kit/text-recognition npx pod-install iOS npm run ios -- --simulator="iPhone 15" --> here the error occurs.

anurbecirovic commented 3 weeks ago

Same here