-
Notifications
You must be signed in to change notification settings - Fork 585
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
Unable to build on Catalyst #3750
Labels
Comments
We currently don't have support for Catalyst but I believe we can add it relatively easy. Mostly an internal note (or partial todo list):
|
Any updates? |
We haven't had a breakthrough yet but we are working on it. It turns out that building for Catalyst using CMake isn't trivial. |
takameyer
added a commit
that referenced
this issue
Jul 2, 2021
This fixes #3750 and requires an update in core.
takameyer
added a commit
that referenced
this issue
Jul 8, 2021
This fixes #3750 and requires an update in core.
takameyer
added a commit
that referenced
this issue
Jul 8, 2021
* Add Catalyst Support This fixes #3750 and requires an update in core. * Peg core to catalyst support commit
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When attempting to build a Mac Catalyst app using RealmJS 10.4.1 I get this error:
d: warning: directory not found for option '-L /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.3.sdk/System/iOSSupport/usr/lib /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/maccatalyst'
ld: in /Users/marcos.rodriguez/Documents/GitHub/BlueWallet/node_modules/realm/react-native/ios/realm-js-ios.xcframework/ios-arm64_armv7/librealm-js-ios.a(platform.o), building for Mac Catalyst, but linking in object file built for iOS, file '/Users/marcos.rodriguez/Documents/GitHub/BlueWallet/node_modules/realm/react-native/ios/realm-js-ios.xcframework/ios-arm64_armv7/librealm-js-ios.a'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: