如何选择在Flutter中创建的iOS应用程序的开发团队
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何选择在Flutter中创建的iOS应用程序的开发团队相关的知识,希望对你有一定的参考价值。
我正在尝试使用Google的Flutter将ios应用程序部署到设备,但我在命令行上收到此错误:
Building an iOS app requires a selected Development Team with a Provisioning Profile
Please ensure that a Development Team is selected by:
1- Opening the Flutter project's Xcode target with
open ios/Runner.xcworkspace
2- Select the 'Runner' project in the navigator then the 'Runner' target
in the project settings
3- In the 'General' tab, make sure a 'Development Team' is selected
For more information, please visit:
https://flutter.io/setup/#deploy-to-ios-devices
Or run on an iOS simulator
我在哪里以及如何做到这一点?项目中没有“ios / Runner.xcworkspace”。我知道已安装的证书和配置文件在我的Mac上运行,因为我使用Appcelerator在我的iOS设备上创建并安装了一个应用程序,它找到了我需要的所有内容,并在设备上运行完美。
答案
open ios/Runner.xcodeproj
并遵循相同的说明应该工作? Runner.xcodeworkspace
是模板的一个相对较新的补充,旨在使Flutter项目更好地与CocoaPods集成。
如果这不起作用,请告诉我们。
另一答案
您必须在“签名”时使用您的appleID登录。之后,您可以选择“个人团队”。
以上是关于如何选择在Flutter中创建的iOS应用程序的开发团队的主要内容,如果未能解决你的问题,请参考以下文章
iOS Swift 如何访问在完成处理程序闭包中创建的数据——在闭包之外
无法在 iPhone 上运行在 xcode 中创建的应用程序
我们如何在Android中重用已经在IOS中创建的Sqlite文件[重复]
iOS 开发 - 如何使用自定义 Table View Controller 显示在 Interface Builder 中创建的静态单元格?