Question: FlipperKit header files not found
See original GitHub issueTrying 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?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:15 (4 by maintainers)
Top Results From Across the Web
iOS - Build fails with CocoaPods cannot find header files
I have checked out his branch and tried to build it, but I am getting an error: ASLogger/ASLogger.h file not found. Even if...
Read more >flipperkit/flipperclient.h' file not found - You.com - You.com
I have solved the problem by "import GoogleMaps" in the AppDelegate.swift. ... Question: FlipperKit header files not found · Issue #478 · facebook...
Read more >Framework header file not found error in Xcode 8 editor
Since Xcode 8 we get a file not found error in the Xcode editor when importing the umbrella header for a framework. The...
Read more >Upgrading a 16 months old react-native project
This is not the first time I've upgraded any react-native projects. ... At this point, the header file is missing, and we are...
Read more >flutter_flipperkit | Flutter Package - Pub.dev
projectDir = new File(pluginDirectory, 'flipper-no-op') + } + } ... return matches[1].strip if matches end raise "FLUTTER_ROOT not found in ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
?Hello folks. I am encountering this issue again as I am getting
'FBDefines/FBDefines.h' file not found
while usinguse_frameworks!
. I tried what @kuhnroyal mentioned by changing the path toFlipperKit/FBDefines.h
but 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?