flipper: Question: FlipperKit header files not found
Trying to follow the getting started for iOS from the website, I always end up with this error.
'FBDefines/FBDefines.h' file not found when trying to build my project in XCode.
The file is in this repository but not in my locally built pod.
I am using use_frameworks! and uncommented everything related.
I tried versions 0.22.0 and 0.21.1 Swift 5
Any ideas what I am doing wrong?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 6
- Comments: 19 (4 by maintainers)
Hey, the solution proposed by @priteshrnandgaonkar didn’t work, please reopen @passy
In the podfile it is written:
Note that if you have use_frameworks! enabled, Flipper will not work....How are we supposed to get it working with
use_frameworks?I’m using Flipper 0.152.0, both manual & automatic config, yields iOS build failure - ‘FBDefines/FBDefines.h’ file not found. Is there anything specific I can do to resolve the issue? I have tried all the above solutions but no dice. Any help is much appreciated.
Hello folks. I am encountering this issue again as I am getting
'FBDefines/FBDefines.h' file not foundwhile usinguse_frameworks!. I tried what @kuhnroyal mentioned by changing the path toFlipperKit/FBDefines.hbut it revealed more issues like this. I think there is something definitely wrong with my podfile but I cannot find out where. Could anyone help me out?For me more headers are not found, this is quite frustrating that flipper is not working with use_frameworks! 😕
Yes, I moved to Flutter a long time ago.
https://stackoverflow.com/questions/73894220/flipperkit-flipperclient-h-file-not-found this resolved issue for me