简体   繁体   English

无法在 ios 模拟器上运行我的 flutter 应用程序

[英]Can't run my flutter app on an ios simulator

i have been developing my app on android for a while and today started attempting to test on an ios simulator, after finishing all the required installations, cocoapods and such, my test app works but my real app is not, getting several errors on the ios simulator but not on android emulator, can anyone help?我已经在 android 上开发我的应用程序有一段时间了,今天开始尝试在 ios 模拟器上进行测试,在完成所有必需的安装、cocoapods 等之后,我的测试应用程序可以运行,但我的真实应用程序却没有,在 ios 上出现了几个错误模拟器但不是在android模拟器上,有人可以帮忙吗?

These are the final lines这些是最后几行

Error output from CocoaPods: ↳ CocoaPods 的错误输出: ↳

[!] <PBXGroup UUID=97C146E51CF9000F007C117D> attempted to initialize an object with an unknown UUID. CF3B75C9A7D2FA2A4C99F110 for attribute: children. This can be the result of a merge and  the unknown UUID is being discarded.

[!] Automatically assigning platform ios with version 8.0 on target Runner because no platform was specified. Please specify a platform for this target in your Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform.

Error running pod install Error launching application on iPhone Xʀ.运行 pod install 时出错 在 iPhone Xʀ 上启动应用程序时出错。

Edit: Set of errors I'm getting from xcode编辑:我从 xcode 得到的一组错误

app/ios/Flutter/Debug.xcconfig:1: could not find included file 'Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig' in search paths (in target 'Runner')

:-1: Capabilities for Runner may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the build settings editor. (in target 'Runner')

There are no accounts registered with Xcode. (Add your developer account to Xcode)

查看您的所有依赖项是否正确安装或不查看是否支持 ios

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM