Open allandallopez opened 2 years ago
@allandallopez it seems like the build dependencies are not in place?
Did you update the Podfile? If so, did you run pod install
after?
@lblasa Yes, After im adding these two line code :
use_flipper!({'Flipper' => '0.127.0'})
and
flipper_post_install(installer)
I do run pod install
again.
it seems like the build dependencies are not in place?
@lblasa Yes i think so, but dont know how to fix it.
That is weird, all the missing symbols come from the dependencies which are addeded with Cocoapods. I can see the dependencies being installed but maybe not to the right iOS target?
That is weird, all the missing symbols come from the dependencies which are addeded with Cocoapods. I can see the dependencies being installed but maybe not to the right iOS target?
@lblasa Any suggestions from you ? The IOS target that I have to try. Currently my podfile look like this :
However, i'm still cannot run ios after added the Initialization code from flipper. Iam just be able to install it
Hello guys. So, I want to try to integrate flipper with my react native application project. I tried it on Android its working well, but after I tried to integrate it with IOS, there was a step which is made me unable to run my app again. It's happened when im adding The "Initialization" from the flipper documentation. Here's the code :
After adding the code on my
AppDelegate.m
, It's become error like this when run ios :Additional Information
Link documentation : https://fbflipper.com/docs/getting-started/react-native-ios/