We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
System: OS: macOS 14.2.1 CPU: (8) arm64 Apple M2 Memory: 74.47 MB / 16.00 GB Shell: version: "5.9" path: /bin/zsh Binaries: Node: version: 18.18.0 path: /private/var/folders/y1/_5xxskc14j3c6_3v25ww1k0r0000gn/T/xfs-7c0d81fb/node Yarn: version: 3.6.4 path: /private/var/folders/y1/_5xxskc14j3c6_3v25ww1k0r0000gn/T/xfs-7c0d81fb/yarn npm: version: 9.8.1 path: ~/.asdf/plugins/nodejs/shims/npm Watchman: version: 2023.09.04.00 path: /opt/homebrew/bin/watchman Managers: CocoaPods: version: 1.12.1 path: /Users/mxy/.asdf/shims/pod SDKs: iOS SDK: Platforms: - DriverKit 23.5 - iOS 17.5 - macOS 14.5 - tvOS 17.5 - visionOS 1.2 - watchOS 10.5 Android SDK: Not Found IDEs: Android Studio: 2024.1 AI-241.18034.62.2411.12169540 Xcode: version: 15.4/15F31d path: /usr/bin/xcodebuild Languages: Java: version: 17.0.12 path: /Users/mxy/.asdf/shims/javac Ruby: version: 2.7.6 path: /Users/mxy/.asdf/shims/ruby npmPackages: "@react-native-community/cli": Not Found react: installed: 18.2.0 wanted: 18.2.0 react-native: installed: 0.74.5 wanted: 0.74.5 react-native-macos: Not Found npmGlobalPackages: "react-native": Not Found Android: hermesEnabled: false newArchEnabled: false iOS: hermesEnabled: true newArchEnabled: false
iOS
Undefined symbol: _UTTypeConformsTo Undefined symbol: _UTTypeCopyPreferredTagWithClass Undefined symbol: _kUTTagClassMIMEType Undefined symbol: _kUTTypeImage Linker command failed with exit code 1 (use -v to see invocation)
just build with v1.15.0
I think this feature needs more testing: #253
The text was updated successfully, but these errors were encountered:
Downgraded to 1.13.2 to mitigate
Sorry, something went wrong.
@usedlife - You can try using this version "@react-native-clipboard/clipboard": "1.13.2"
"@react-native-clipboard/clipboard": "1.13.2"
and not "@react-native-clipboard/clipboard": "^1.13.2"
"@react-native-clipboard/clipboard": "^1.13.2"
No branches or pull requests
Environment
System:
OS: macOS 14.2.1
CPU: (8) arm64 Apple M2
Memory: 74.47 MB / 16.00 GB
Shell:
version: "5.9"
path: /bin/zsh
Binaries:
Node:
version: 18.18.0
path: /private/var/folders/y1/_5xxskc14j3c6_3v25ww1k0r0000gn/T/xfs-7c0d81fb/node
Yarn:
version: 3.6.4
path: /private/var/folders/y1/_5xxskc14j3c6_3v25ww1k0r0000gn/T/xfs-7c0d81fb/yarn
npm:
version: 9.8.1
path: ~/.asdf/plugins/nodejs/shims/npm
Watchman:
version: 2023.09.04.00
path: /opt/homebrew/bin/watchman
Managers:
CocoaPods:
version: 1.12.1
path: /Users/mxy/.asdf/shims/pod
SDKs:
iOS SDK:
Platforms:
- DriverKit 23.5
- iOS 17.5
- macOS 14.5
- tvOS 17.5
- visionOS 1.2
- watchOS 10.5
Android SDK: Not Found
IDEs:
Android Studio: 2024.1 AI-241.18034.62.2411.12169540
Xcode:
version: 15.4/15F31d
path: /usr/bin/xcodebuild
Languages:
Java:
version: 17.0.12
path: /Users/mxy/.asdf/shims/javac
Ruby:
version: 2.7.6
path: /Users/mxy/.asdf/shims/ruby
npmPackages:
"@react-native-community/cli": Not Found
react:
installed: 18.2.0
wanted: 18.2.0
react-native:
installed: 0.74.5
wanted: 0.74.5
react-native-macos: Not Found
npmGlobalPackages:
"react-native": Not Found
Android:
hermesEnabled: false
newArchEnabled: false
iOS:
hermesEnabled: true
newArchEnabled: false
Platforms
iOS
Versions
Description
Undefined symbol: _UTTypeConformsTo
Undefined symbol: _UTTypeCopyPreferredTagWithClass
Undefined symbol: _kUTTagClassMIMEType
Undefined symbol: _kUTTypeImage
Linker command failed with exit code 1 (use -v to see invocation)
Reproducible Demo
just build with v1.15.0
I think this feature needs more testing: #253
The text was updated successfully, but these errors were encountered: