-
Notifications
You must be signed in to change notification settings - Fork 149
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
[Android-New Arch] Cannot specify link libraries for target "react_codegen_RNCClipboard" which is not built by this project #205
Comments
having similar issue any solution ? |
Facing this same issue, any solution ? |
tried with v1.11.2 work for me |
Facing the same error even at v1.11.2 |
Facing same issue. |
Same |
Facing the same issue. I haven't gotten a solution yet. |
Downgrading to v1.11.1 solved the issue for me. |
Didn't work for me :( |
Delete |
Version 1.11.2 is worked for me. Make sure you have
without |
@dankocher have you tried with deleting node module and reinstall app |
@dankocher work for me Thanks !! |
Yes, I tried it. But not worked. Only worked after remove |
It worked for me as well, was facing issue on latest version |
Environment
System:
OS: macOS 13.2.1
CPU: (8) arm64 Apple M1
Memory: 100.86 MB / 16.00 GB
Shell:
version: 5.8.1
path: /bin/zsh
Binaries:
Node:
version: 18.17.1
path: ~/.nvm/versions/node/v18.17.1/bin/node
Yarn:
version: 1.22.19
path: /opt/homebrew/bin/yarn
npm:
version: 9.6.7
path: ~/.nvm/versions/node/v18.17.1/bin/npm
Watchman:
version: 2023.01.23.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.12.1
path: /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 22.4
- iOS 16.4
- macOS 13.3
- tvOS 16.4
- watchOS 9.4
Android SDK: Not Found
IDEs:
Android Studio: 2022.2 AI-222.4459.24.2221.10121639
Xcode:
version: 14.3.1/14E300c
path: /usr/bin/xcodebuild
Languages:
Java:
version: 11.0.18
path: /usr/bin/javac
Ruby:
version: 2.6.10
path: /usr/bin/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.72.5
wanted: ^0.72.4
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: true
newArchEnabled: true
iOS:
hermesEnabled: true
newArchEnabled: false
Platforms
Android
Versions
Description
Reproducible Demo
newArchEnabled=true
yarn android
or./gradlew assembleRelease
"@react-native-clipboard/clipboard": "^1.12.1",
from package.json and build again, then build successfullyThe text was updated successfully, but these errors were encountered: