We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
环境:
[✓] Flutter (Channel stable, 3.19.5, on macOS 14.4.1 23E224 darwin-x64, locale zh-Hans-CN) [✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3) [✓] Xcode - develop for iOS and macOS (Xcode 15.3) [✓] Chrome - develop for the web [✓] Android Studio (version 2023.2) [✓] Connected device (4 available) [✓] Network resources • No issues found!
The text was updated successfully, but these errors were encountered:
请问下您解决了么 我也是模拟器报这个错 手头没有真机 没试过真机 安卓正常
Sorry, something went wrong.
同样的问题,真机能跑,模拟器不行
找到个处理方式,在Podfile中添加配置:
post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| # 设置Framework Module允许导入非modular的头文件 config.build_settings['CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES'] = 'YES' end end end
No branches or pull requests
环境:
The text was updated successfully, but these errors were encountered: