Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ios 启动报错 #46

Open
mdddj opened this issue Nov 23, 2021 · 3 comments
Open

ios 启动报错 #46

mdddj opened this issue Nov 23, 2021 · 3 comments

Comments

@mdddj
Copy link

mdddj commented Nov 23, 2021

94 warnings generated.
    In file included from /Users/xx/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitPluginUtils/FlipperKitLayoutHelpers/FlipperKitLayoutHelpers/UIView+SKInvalidation.mm:14:
    In file included from /Users/xx/ios/Pods/FlipperKit/iOS/Plugins/FlipperKitPluginUtils/FlipperKitLayoutHelpers/FlipperKitLayoutHelpers/UIView+SKInvalidation.h:8:
    /Users/xx/build/ios/Debug-iphoneos/FlipperKit/FlipperKit.framework/Headers/SKMacros.h:11:9: fatal error: 'FBDefines/FBDefines.h' file not found
    #import <FBDefines/FBDefines.h>
            ^~~~~~~~~~~~~~~~~~~~~~~
    1 error generated.

flutter_flipperkit: ^0.0.28

flutter doctor

[✓] Flutter (Channel stable, 2.5.3, on macOS 12.0.1 21A559 darwin-arm, locale zh-Hans-CN)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 2020.3)
[✓] IntelliJ IDEA Ultimate Edition (version 2021.1.3)
[✓] VS Code (version 1.62.3)
[✓] Proxy Configuration
[✓] Connected device (2 available)

• No issues found!
@jehhxuxu
Copy link

Same error here, but the project has the file
image

@romreed
Copy link

romreed commented Nov 15, 2023

flutter_flipperkit-main/example/ios/Pods/FlipperKit/iOS/FlipperKit/SKMacros.h:11:9: 'FBDefines/FBDefines.h' file not found

i got same error then use in podfile

target 'Runner' do
  use_frameworks!:linkage => :static
  use_modular_headers!
  flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
end

@romreed
Copy link

romreed commented Nov 15, 2023

@jehhxuxu did you find some fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants