how to Link Libraries in xcode?

77 Views Asked by At

how can I add a library in Xcode's target Link Binary With Libraries under Build Phases?

 "react": "18.2.0",
 "react-native": "0.71.8",
 "xcode": "14.3"

when I add libReact-RCTText.a to Link Binary With Libraries, it was throwing error:

Library not found for -lReact-RCTText

any help will be appreciated.

0

There are 0 best solutions below