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

Linker command failed when USE_FRAMEWORKS=dynamic #321

Open
tomekzaw opened this issue Apr 18, 2024 · 0 comments
Open

Linker command failed when USE_FRAMEWORKS=dynamic #321

tomekzaw opened this issue Apr 18, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@tomekzaw
Copy link
Collaborator

tomekzaw commented Apr 18, 2024

Repro

cd42c45

yarn
cd example/ios
NO_FLIPPER=1 USE_FRAMEWORKS=dynamic pod install
cd ..
xed ios
# Run Xcode build

Error

ld: Undefined symbols:
  _OBJC_CLASS_$_RCTBackedTextFieldDelegateAdapter, referenced from:
      __OBJC_$_CATEGORY_RCTBackedTextFieldDelegateAdapter_$_Markdown in RCTBackedTextFieldDelegateAdapter+Markdown.o
  _OBJC_CLASS_$_RCTBaseTextInputView, referenced from:
       in MarkdownTextInputDecoratorView.o
      __OBJC_$_CATEGORY_RCTBaseTextInputView_$_Markdown in RCTBaseTextInputView+Markdown.o
  _OBJC_CLASS_$_RCTUITextField, referenced from:
       in MarkdownTextInputDecoratorView.o
  _OBJC_CLASS_$_RCTUITextView, referenced from:
       in MarkdownTextInputDecoratorView.o
      l_OBJC_CLASSLIST_SUP_REFS_$_ in RCTUITextView+Markdown.o
      __OBJC_$_CATEGORY_RCTUITextView_$_Markdown in RCTUITextView+Markdown.o
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
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant