Skip to content
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

Duplicate symbol when used with react-native-ios-context-menu #12

Open
trymbill opened this issue Sep 5, 2023 · 0 comments
Open

Duplicate symbol when used with react-native-ios-context-menu #12

trymbill opened this issue Sep 5, 2023 · 0 comments

Comments

@trymbill
Copy link

trymbill commented Sep 5, 2023

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant