react-native-ultimate-config
react-native-ultimate-config copied to clipboard
Does this package support use_frameworks! :linkage => :static ?
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?
Have the same issue. @sostapenko Have you been able to solve this problem?
UPD: this PR fix the issue https://github.com/maxkomarychev/react-native-ultimate-config/pull/134