-
Notifications
You must be signed in to change notification settings - Fork 61
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
react-native 0.73.4 debug mod linker command failed with exit code 1 (use -v to see invocation) #47
Comments
Facing the same issue. Have anyone found any solution for this? |
Hello @Hknzbyn and @navxchahal! Sorry for the late reply here. We've just released v1.5.2 of @react-native-ml-kit/text-recognition (and the rest of the packages!) with the upgrade to ML Kit v6.0.0 on iOS. Can you please upgrade to the latest version and check if the issue is still present? 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 |
Hi @a7medev,
|
Hello, sorry for the late reply, I honestly forgot that I had reported this issue. I recently upgraded to v1.5.1 and the error has been fixed. Thank you for your help @a7medev |
What happened?
I encountered this error when I installed the @react-native-ml-kit/text-recognition library into the react-native project with version 0.73.4.
This error occurs when product->scheme->edit-scheme->build configration->debug is selected.
However, when I change it to product->scheme->edit-scheme->build configration->release, the error disappears and the build is successful.
How can I solve this current error in Debug mode?
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?
What platforms are you seeing this issue on?
System Information
System:
OS: macOS 14.3.1
CPU: (12) arm64 Apple M2 Pro
Memory: 119.36 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 21.6.2
path: /opt/homebrew/bin/node
Yarn: Not Found
npm:
version: 10.2.4
path: /opt/homebrew/bin/npm
Watchman:
version: 2024.01.22.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.14.3
path: /Users/hknzbyn/.rvm/gems/ruby-2.7.5/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.2
- iOS 17.2
- macOS 14.2
- tvOS 17.2
- watchOS 10.2
Android SDK:
API Levels:
- "31"
- "33"
- "34"
Build Tools:
- 28.0.3
- 30.0.3
- 33.0.0
- 33.0.1
- 33.0.2
- 34.0.0
System Images:
- android-31 | Google APIs ARM 64 v8a
- android-31 | Google Play ARM 64 v8a
- android-33 | Google APIs ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.10121639
Xcode:
version: 15.1/15C65
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.10
path: /usr/bin/javac
Ruby:
version: 2.7.5
path: /Users/hknzbyn/.rvm/rubies/ruby-2.7.5/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.73.4
wanted: 0.73.4
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Steps to Reproduce
Install "@react-native-ml-kit/text-recognition": "^1.5.1" on the 0.73.4 react-native version and try to build with debug mode from Xcode. You will encounter an error.
The text was updated successfully, but these errors were encountered: