question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Question: FlipperKit header files not found

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:6
  • Comments:15 (4 by maintainers)

github_iconTop GitHub Comments

21reactions
hannojgcommented, Apr 5, 2020

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 ?

7reactions
thliu21commented, Jan 11, 2022

Hello folks. I am encountering this issue again as I am getting 'FBDefines/FBDefines.h' file not found while using use_frameworks!. I tried what @kuhnroyal mentioned by changing the path to FlipperKit/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?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found