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.
Asked
Active
Viewed 791 times
4
-
Have you solved it? – rightaway717 Nov 19 '18 at 19:01
-
Are you developing a single Window application? or multiple window available in the application? – Vineesh TP Nov 20 '18 at 09:28
-
I dont know how an app can have multiple "windows", but the problem was solved, though I have not noticed how exactly. I was just trying lots of things to fix it – rightaway717 Nov 20 '18 at 20:47
2 Answers
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

mohammad shirazi
- 56
- 3
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