我正在尝试使用 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 设备上创建并安装了一个应用程序,它找到了我需要的一切,并在设备上完美运行。