DEV Community

Discussion on: How to manage staging and production environments in React Native

Collapse
 
praveens96 profile image
praveens96

need to do add Library Search paths in-order get it working, for me I have Realm, YouTube etc libraries for which .a files were in Linked libraries. I was getting ld: library not found -lRealmJS error.

so, I followed: stackoverflow.com/a/40661027/4065202 to resolve the issue