You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 26, 2025. It is now read-only.
I just follow the tutorial(https://fbflipper.com/docs/getting-started/ios-native/#cocoapods) and integrate flipper into my app, but I met the fatal error again and again, I try to compare the difference between my app and the flipper/iOS/Sample, I put my Podfile into flipper/iOS/Sample and it can build succesfully. Several days I could not solve this problem, hope to get help from author.
These are my steps:
First of all, create an iOS app project, then
Modify the Podfile
pod install
command+r/command+b
Below is what I got:
fatal error: module map file '/Users/tianyou.lan/Library/Developer/Xcode/DerivedData/ForFlipper-eqfmlwbvovnhmlbpnkauamydqxbt/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap' not found
I just follow the tutorial(https://fbflipper.com/docs/getting-started/ios-native/#cocoapods) and integrate flipper into my app, but I met the fatal error again and again, I try to compare the difference between my app and the flipper/iOS/Sample, I put my Podfile into flipper/iOS/Sample and it can build succesfully. Several days I could not solve this problem, hope to get help from author.
My app's github is: https://github.com/OuterCloud/ForFlipper
These are my steps:
First of all, create an iOS app project, then
Below is what I got:

fatal error: module map file '/Users/tianyou.lan/Library/Developer/Xcode/DerivedData/ForFlipper-eqfmlwbvovnhmlbpnkauamydqxbt/Build/Products/Debug-iphonesimulator/YogaKit/YogaKit.modulemap' not found