4

I am trying to run a QT application to iPad. I could run the same in Mac OS. But, when run with iOS device it is getting an error 'The settings in the Devices window of Xcode might be incorrect'. Please find the attached screenshot. The iPad is connected successfully.

enter image description here

Vineesh TP
  • 7,755
  • 12
  • 66
  • 130

2 Answers2

2

This problem has happened to me when I changed my info.plist file. You should manually remove the application on your phone, and install it again using Qt-creator.

Francois Nadeau
  • 7,023
  • 2
  • 49
  • 58
0

To fix this issue, you can try to delete the DerivedData folder. See this question for more details.

Roman Podymov
  • 4,168
  • 4
  • 30
  • 57