Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter not reading device Developer Mode Setting

I just upgrade to

Flutter 3.16.3 • channel stable • https://github.com/flutter/flutter.git
Framework • revision b0366e0a3f (7 days ago) • 2023-12-05 19:46:39 -0800
Engine • revision 54a7145303
Tools • Dart 3.2.3 • DevTools 2.28.4

and I'm now unable to test on my iPhone connected via USB. I get the following message.

To use 'Scotts 14' for development, enable Developer Mode in Settings → Privacy & Security.

I have checked my phone and the Developer Mode is on. The only issue I have found talking about this is here: https://github.com/flutter/flutter/issues/111988 and I believe this is a Flutter fix back in Sept, 2022.

I'm running IOS 17.1.2 on my phone.

How do I resolve this issue?

like image 842
S. Yacko Avatar asked Sep 10 '25 04:09

S. Yacko


1 Answers

I found the similar issue, although I did enable developer mode.

Here's how I fixed it:

  1. Open Xcode while connecting your device, there should be popup asking you to Trust this computer.
  2. Try running your app again.
like image 70
arttartkhai Avatar answered Sep 12 '25 18:09

arttartkhai