stefalda / ReactNativeLocalization

Class to localize the ReactNative interface
MIT License
898 stars 123 forks source link

React Native 0.60+: getting error during build time, "no such file or directory libReactNativeLocalization.a" #198

Open Blundert opened 3 years ago

Blundert commented 3 years ago

I am getting this error building my application:

clang: error: no such file or directory: '/Users/.../Library/Developer/Xcode/DerivedData/APP-NAME-cejwetkwasifdqchmvjfmmbyvabv/Build/Products/Debug-iphonesimulator/libReactNativeLocalization.a'

My environment:

I followed these threads and their suggestions:

But I am still getting the same error.

Any suggestion to find a workaround?

Any help is really appreciated. Thank you in advice!