Xcode - iPhone cannot be used to deploy my app (Developer Mode disabled)

Viewed 160

After upgrading to Xcode 14, and update my iPhone to iOS 16, my iPhone is no more eligible to deploy application from Xcode.

(Developer Mode disabled)

enter image description here

Which manipulation should I make to enable developer mode ?

1 Answers

If you move your mouse over the message (Developer Mode disabled), Xcode will display a hint indicating what you have to do to enable developer mode.

In your iPhone : Settings > Privacy & Security > Developer Mode

enter image description here

Related