I'm doing a build with react-native in Xcode with the Release schema and it gives me the following error:
ld: warning: directory not found for option '-L / Users / username / Library / Developer / Xcode / DerivedData / ProjectName-qwfopvasfnhysedskapbaefsdwer / Build / Products / Release-iphonesimulator / React' ld: library not found for -lReact clang: error: linker command failed with exit code 1 (use -v to see invocation)
If I try to add libReact.a
in the Link Binary With Libraries section in Build Phases I can not find the library in my workspace.
Thanks in advance