简体   繁体   English

FlutterFire/Firebase CLI:无法为项目 myapp-e8cd7 创建 iOS 应用程序

[英]FlutterFire/Firebase CLI: Failed to create iOS app for project myapp-e8cd7

I have been trying to register my flutter application with firebase in android studio, but it shows me this error:我一直在尝试在 android 工作室中使用 firebase 注册我的 flutter 应用程序,但它向我显示此错误:

abubakarshafiu@Abubakars-MBP myapp %  flutterfire configure -icom.ios.bubdle                                                                           
i Found 5 Firebase projects.                                                                                                                            
✔ Select a Firebase project to configure your Flutter application with · myapp-e8cd7 (MyApp)                                                            
✔ Which platforms should your configuration support (use arrow keys & space to select)? · android, ios, macos, web                                      
i Firebase android app com.example.myapp registered.                                                                                                    
i Firebase ios app com.ios.bubdle registered.                                                                                                           
✔ Which macos bundle id do you want to use for this configuration, e.g. 'com.example.app'? · 'com.example.myapp'?                                       
i Firebase macos app 'com.example.myapp'? is not registered on Firebase project myapp-e8cd7.                                                            
i Registered a new Firebase macos app on Firebase project myapp-e8cd7.                                                                                  
FirebaseCommandException: An error occured on the Firebase CLI when attempting to run a command.
COMMAND: firebase apps:create ios myapp (macos) --bundle-id='com.example.myapp'? --json --project=myapp-e8cd7 
ERROR: Failed to create iOS app for project myapp-e8cd7. See firebase-debug.log for more info.

i try applying this code but it still gave me the-same error我尝试应用此代码,但它仍然给了我同样的错误

flutterfire configure -icom.ios.bubdle 

How do i fix Failed to create iOS app for project myapp-e8cd7我该如何修复无法为项目 myapp-e8cd7 创建 iOS 应用程序

i have found the answer that i have been questioning and no one give me the answer but letter on i realise that the problem is from my idle platform which is Android Studio which i have to tick the four column which are android, ios, mac and web columns.我找到了我一直在质疑的答案,但没有人给我答案,但我意识到问题出在我的闲置平台 Android Studio 上,我必须勾选四列,即 android、ios、mac 和web 列。 And also you should just go to your firebase console site just copy and paste the root of your flutter project in which ever idle you are using.而且你应该只是 go 到你的 firebase 控制台站点只需复制并粘贴你的 flutter 项目的根目录,你正在使用它。 Android Studio Android 工作室

firebase console site firebase 控制台站点

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 没有活动 package flutterfire_cli - No active package flutterfire_cli Flutterfire ios 配置问题 - Flutterfire ios configuration issues Flutterfire cli 未显示 windows 作为支持平台的选项 - Flutterfire cli not showing windows as an option for platform to support 在我的情况下,flutterfire configure --project=whatsappclone-64bbf 不会生成 lib/firebase_options.dart 文件 - flutterfire configure --project=whatsappclone-64bbf doesn't generate a lib/firebase_options.dart file in my case 使用 Firebase CLI 添加项目成员 - Add project member with Firebase CLI 创建一个 web 应用程序项目,链接到 C# 中的 firebase analytics - Create a web app project that is linked to firebase analytics in C# “flutterfire configure”命令不起作用,我需要在我的 flutter 项目中设置 firebase - 'flutterfire configure' command not working, I need to set firebase in my flutter project FlutterFire Messaging 中的连接和未知错误(仅限 iOS) - Connection and unknown errors in FlutterFire Messaging (iOS Only) 添加 Firebase 项目时 Xamarin IOS 构建失败(UnpackFrameworks 任务失败) - Xamarin IOS build fails when adding Firebase project (UnpackFrameworks Task Failed) 部署 firebase 云函数时创建函数项目失败 - Failed to create function project when deploying firebase cloud function
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM