1
で作成されたiOSアプリの開発チームを選択するために、私はGoogleのフラッターを使用してデバイスに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"はありません。 Appelleratorを使用してiOSデバイスにアプリケーションを作成してインストールし、必要なものをすべて見つけてデバイスで完璧に動作したため、Macにインストールされている証明書とプロビジョニングプロファイルがMacで動作することが分かりました。
はい、うまくいきました。ありがとう。 – Joe