我无法为iOS构建颤动项目,给我的错误如下
Xcode's output:
↳
In file included from /Users/sulfy/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.5/ios/Classes/FLTPathProviderPlugin.m:5:
/Users/sulfy/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-2.0.5/ios/Classes/FLTPathProviderPlugin.h:5:9: fatal error: 'Flutter/Flutter.h' file not found
#import <Flutter/Flutter.h>
^~~~~~~~~~~~~~~~~~~
1 error generated.
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in parallel
尝试
仍然一样,我无法摆脱这个错误。我甚至尝试从pubsec.yaml中删除路径提供程序插件
任何帮助都将非常感谢,因为我已经坚持了24小时
试试拉斐尔L.C.的回答:
>
备份 ios/运行器
文件夹。
删除ios
文件夹。
在您拥有项目的上一个文件夹(cd用户/用户/projects_folder"
)中运行flutter创建(您的项目名称)
。(这将重新创建您的ios
文件夹)。
将Runner备份粘贴到ios
文件夹(项目中)。
打开Runner.xc工作区
(进入ios
文件夹),然后检查版本,捆绑ID,所有信息。
(如果你有Firebase,你必须复制并再次粘贴GoogleService Info.Plist
到Runner
文件夹中(始终通过Xcode)(如果你手动操作,它不起作用)。
最后,< code >颤振运行和应该工作!
如果flutter运行
失败:
cd-ios
pod安装
cd..
颤振运行
这就是错误- 在/users/chetan/.pub-cache/hosted/pub.dartlang.org/webview_flutter-1.0.7/iOS/classes/javascriptchannelhandler.m:5://users/chetan/.pub-cache/hosted/pub.dartlang.org/webview_flutter-1.0.7/iOS/clas
我在iOS中运行flutter应用程序时出错。 Xcode版本:13 模拟器 : iPhone 13 (版本 15.0) 错误: 我试过了: 删除 Podfile.lock 什么都没用
致命错误:找不到“Flutter/Flutter.h”文件#import 无法为模拟器构建应用程序。在iPhone 13上启动应用程序时出错。
我在 iOS (Cocoapods) 中通过 pubspec.yaml 文件对 Flutter 依赖项有一些问题。我可以使用 Flutter 演示默认程序复制问题并将这些依赖项复制到 pubspec.yaml 文件中。 cupertino_icons: ^0.1.2 http: ^0.12.0 4 fl_chart: ^0.10.0 flutter_spinkit: “^4.1.1” flutte
在github和stack上搜索了很长时间的类似错误后,没有一个建议的解决方案帮助我解决了这个错误。 我试了好几样东西(有点乱): 删除IOS派生数据 更改firestore包版本 振作干净 RM-RF IOS/Pods rm-rf iOS/.symlinks rm-rf iOS/flutter/flutter.framework rm-rf iOS/flutter/flutter.podspec
颤振 - 我试图为我的颤振应用程序运行 firebase 身份验证以进行用户身份验证,但我遇到了很多错误。目前,我遇到“致命错误:”GoogleUtilities/GULAppEnvironmentUtil.h“文件未找到#import 你能帮帮我吗?我错过了什么? 下面是我的 podfile.lock