Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter with ios 17

Since I updated to iOS 17 I get that I must perform this same configuration that I have already verified and when I run the app on the physical device it opens xcode.

 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.
enter image description here

I would appreciate your help

like image 272
Victor Flores Avatar asked Aug 13 '26 05:08

Victor Flores


2 Answers

I have the same behavior. After browsing the web I found out that this is expected behavior

here you can double-check it

here because of what we have such behavior now

like image 72
nickolight Avatar answered Aug 16 '26 00:08

nickolight


I am encountering the same issue on my Intel MacBook Pro 2017 model.

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.

The Dart VM Service was not discovered after 60 seconds. This is taking much longer than expected... Open the Xcode window the project is opened in to ensure the app is running. If the app is not running, try selecting "Product > Run" to fix the problem.

But the application is running after sometimes.

like image 34
Aakash Shrestha Avatar answered Aug 15 '26 22:08

Aakash Shrestha