ReactNativeLocalization
ReactNativeLocalization copied to clipboard
React Native 0.60+: getting error during build time, "no such file or directory libReactNativeLocalization.a"
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:
- macOS 11.1
- Xcode 12.4 (12D4e)
- node v10.13.0
- npm 6.4.1
- react 16.13.1
- react-native 0.63.4
- react-native-localization 2.1.6
I followed these threads and their suggestions:
- https://github.com/stefalda/ReactNativeLocalization/issues/164
- https://github.com/stefalda/ReactNativeLocalization/issues/172
- https://github.com/stefalda/ReactNativeLocalization/issues/151
But I am still getting the same error.
Any suggestion to find a workaround?
Any help is really appreciated. Thank you in advice!