linking issue for iOS latest realm-js #5506
Unanswered
stevenmathers
asked this question in
Q&A
Replies: 2 comments
-
I get a similar error with xCode 14:
For your issue I did find a bug report that says upgrading to xcode 14 fixes it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Error shown below. The thing is, it builds and runs fine locally using xcode, but when I use App Center to build it, it breaks.
xcode version 13.4.1 node version 16, react native 71.3, realm-js 11.5.1
where should I look?
thanks
======
Undefined symbols for architecture arm64:
"_objc_msgSend$allBundles", referenced from:
realm::copy_bundled_realm_files() in librealm-js-ios.a(platform.o)
and a bunch more like this...
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ARCHIVE FAILED
Beta Was this translation helpful? Give feedback.
All reactions