Open sandervspl opened 2 years ago
Same Here
Same still finding
The error doesn't indicate where debug
was found, and the above file doesn't seem to contain it. Best try creating a minimal reproduction or provide the full error if available. It's unclear to me from above error how it is related to Flipper, so probably not all info was provided?
Same Here
@sandervspl try to change use_flipper directly, to configurations: ['Prod - Debug', 'Acc - Debug', 'Test - Debug'] in react-native-pods.rb, its will create xcconfigs. its helped me
Just disable flipper in Podfile works for me
React Native 0.71 here. Do we have any solution if we want to use Flipper?
I get the following error when trying to
pod install
my react-native project:[!] Unknown configuration whitelisted: debug. CocoaPods found acc - debug, acc - release, prod - debug, prod - release, test - debug, and test - release, did you mean one of these?
This is the pod file
The install works without issues on my and other colleagues intel Macbooks, but it fails on my M1 Macbook
Details: Macbook Pro (M1, 2021) cocoapods 1.11.3 react-native 0.67.4
I can't find anything regarding M1 support. Is M1 not supported yet? What can I do going forward?