`[ERROR] : This app does not support the device "Ianturner1989’s iPhone"
The device is running iOS 6.1.6, however the app's the minimum iOS version is set to 7.0
In order to install this app on this device, lower the <min-ios-ver> to 6.1 in the tiapp.xml:
<ti:app xmlns:ti="http://ti.appcelerator.org">
<ios>
<min-ios-ver>6.1</min-ios-ver>
</ios>
</ti:app>`
但是当我在tiapp.xml中输入这个没有任何变化时,会发生完全相同的错误。有没有其他人遇到过这个?