-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterplatform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
iOS 16 now requires that a new "Developer Mode" be enabled on an iPhone or iPad in Settings > Privacy > Developer Mode before code can be deployed to it.
https://developer.apple.com/documentation/xcode/enabling-developer-mode-on-a-device
Use the new ios-deploy flag --check-developer-mode
ios-control/ios-deploy@f36ec2b to check if Developer Mode is off, and give users instructions how to turn it on (Settings > Privacy & Security > Developer Mode, toggle Developer Mode on, restart phone).
This will involve rolling and testing ios-deploy.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterplatform-iosiOS applications specificallyiOS applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Type
Projects
Status
✅ Done