react-native-ultimate-config icon indicating copy to clipboard operation
react-native-ultimate-config copied to clipboard

Does this package support use_frameworks! :linkage => :static ?

Open sostapenko opened this issue 1 year ago • 1 comments

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?

sostapenko avatar Jan 16 '24 14:01 sostapenko

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

dkulakov avatar Feb 23 '24 19:02 dkulakov