2017-03-06 8 views
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で動作することが分かりました。

答えて

2

open ios/Runner.xcodeprojと同じ指示に従ってください。 Runner.xcodeworkspaceは、テンプレートに比較的新しく追加されたもので、FlutterプロジェクトをCocoaPodsとよりよく統合できるように作成されています。

それでも解決しない場合は、Googleまでご連絡ください。

+0

はい、うまくいきました。ありがとう。 – Joe

関連する問題