【Android Studio/Flutter】You may be prompted to give access to control Xcode...

ネコニウム研究所

PCを利用したモノづくりに関連する情報や超個人的なナレッジを掲載するブログ

【Android Studio/Flutter】You may be prompted to give access to control Xcode...

2024-3-25 | ,

Android StudioのFlutterのプロジェクトでiOSアプリのビルドすると表示されるYou may be prompted to give access to control Xcode...をなんとかしたい!

概要

今回の記事では、Android StudioのFlutterのプロジェクトでiOSアプリのビルドすると表示されるYou may be prompted to give access to control Xcode. Flutter uses Xcode to run your app. If access is not allowed, you can change this through your Settings > Privacy & Security > Automation.をなんとかする手順を掲載する。

仕様書

環境

  • Android Studio Flamingo | 2022.2.1 Patch 2
  • macOS Sonoma 14.4.1
  • Xcode 15.3
  • Flutter 3.16.9

手順書

メッセージを読むとAndroid StudioからXcodeをオートメーションするのにアクセス権を与える必要があるらしい。

「設定」を開いて、左の「プライバシーとセキュリティ」->「オートメーション」をクリックする。

「Android Studio」の中の「Xcode」のチェックボックスを有効にする。

以上!

まとめ(感想文)

セキュリティ的に大事なんだろうけどもめんどい。