React-native release build error on iOS: Id: library not found for -IReact. #20503
Labels
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
I am doing a Release scheme react-native build in Xcode and I get the following error:
I tried to add libReact.a in Link Binary With Libraries section in Build Phases but I can't find the library in my workspace.
React-native link doesn't work because the project uses custom paths since react-native was integrated into existing native android/ios projects. I have to manually link libraries, but I get the "ld: library not found for -lReact" error.
Thanks in advance
The text was updated successfully, but these errors were encountered: