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
Running "react-native-ios-context-menu": "^1.15.3" and "react-native-ios-modal": "2.0.0-3", I'm getting this when trying to run on iOS:
❌ duplicate symbol '_OBJC_CLASS_$_RNIUtilitiesModule' in
┌─ react_native_ios_context_menu(RNIUtilitiesModule-b92ebfa9be62aee50282024fea0c7bbf.o)
└─ react_native_ios_modal(RNIUtilitiesModule-54d99e7cf367dadfffd5a255f4517da1.o)
❌ duplicate symbol '_OBJC_METACLASS_$_RNIUtilitiesModule' in
┌─ react_native_ios_context_menu(RNIUtilitiesModule-b92ebfa9be62aee50282024fea0c7bbf.o)
└─ react_native_ios_modal(RNIUtilitiesModule-54d99e7cf367dadfffd5a255f4517da1.o)
❌ duplicate symbol '_OBJC_CLASS_$_RNIWrapperViewManager' in
┌─ react_native_ios_context_menu(RNIWrapperViewManager-f8c3f0cfed108e664fd50401441cf42e.o)
└─ react_native_ios_modal(RNIWrapperViewManager-68e825d59b1819710e3cd00834fa7de5.o)
❌ duplicate symbol '_OBJC_METACLASS_$_RNIWrapperViewManager' in
┌─ react_native_ios_context_menu(RNIWrapperViewManager-f8c3f0cfed108e664fd50401441cf42e.o)
└─ react_native_ios_modal(RNIWrapperViewManager-68e825d59b1819710e3cd00834fa7de5.o)
❌ duplicate symbol '_OBJC_CLASS_$_RNIWrapperViewModule' in
┌─ react_native_ios_context_menu(RNIWrapperViewModule-113e46a2448190e27d17b3aa5a450744.o)
└─ react_native_ios_modal(RNIWrapperViewModule-dc13d1c6676d7852722a52b957d40be6.o)
❌ duplicate symbol '_OBJC_METACLASS_$_RNIWrapperViewModule' in
┌─ react_native_ios_context_menu(RNIWrapperViewModule-113e46a2448190e27d17b3aa5a450744.o)
└─ react_native_ios_modal(RNIWrapperViewModule-dc13d1c6676d7852722a52b957d40be6.o)
❌ ld: 6 duplicate symbols for architecture arm64
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
Running
"react-native-ios-context-menu": "^1.15.3"
and"react-native-ios-modal": "2.0.0-3"
, I'm getting this when trying to run on iOS:The text was updated successfully, but these errors were encountered: