You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dakkafex@madeeha96 Which version of Realm JS do you use? Older versions will probably require older versions of Xcode to build. Moreover, if you upgrade from one Realm JS version to a newer version, clearing the build folder can be a good idea.
i use Xcode10.1 run React native xcodeproj
error:
duplicate symbol __ZN5realm5_impl12partial_sync9WorkQueue13create_threadEv in:
/Users/div/Library/Developer/Xcode/DerivedData/.../Build/Products/Debug-iphoneos/libRealmReact.a(work_queue.o)
duplicate symbol __ZN5realm5_impl12partial_sync9WorkQueueD2Ev in:
/Users/div/Library/Developer/Xcode/DerivedData/.../Build/Products/Debug-iphoneos/libRealmReact.a(work_queue.o)
duplicate symbol __ZN5realm5_impl12partial_sync9WorkQueueD1Ev in:
/Users/div/Library/Developer/Xcode/DerivedData/.../Build/Products/Debug-iphoneos/libRealmReact.a(work_queue.o)
duplicate symbol __ZN5realm5_impl12partial_sync9WorkQueue7enqueueENSt3__18functionIFvvEEE in:
/Users/div/Library/Developer/Xcode/DerivedData/.../Build/Products/Debug-iphoneos/libRealmReact.a(work_queue.o)
ld: 4 duplicate symbols for architecture arm64
i'm sure add & link realm success.
i need help!
The text was updated successfully, but these errors were encountered: