I used this package react-native-ultimate-config for a long time, but then I added Firebase analytics that requires use_frameworks! :linkage => :static in podfile.
After that, I start getting this issue:
'react-native-ultimate-config/ConfigValues.h' file not found
Is this the package issue or I am doing something wrong?
I used this package
react-native-ultimate-configfor a long time, but then I added Firebase analytics that requiresuse_frameworks! :linkage => :staticin podfile.After that, I start getting this issue:
'react-native-ultimate-config/ConfigValues.h' file not found
Is this the package issue or I am doing something wrong?