Titanium 即使降低了tiapp.xml中的ios版本,仍然会抛出一个错误

Titanium 即使降低了tiapp.xml中的ios版本,仍然会抛出一个错误,titanium,titanium-mobile,appcelerator,appcelerator-mobile,Titanium,Titanium Mobile,Appcelerator,Appcelerator Mobile,我试图在我的设备上检查我的应用程序,但我有iOS 5.1.1。所以我在tiapp.xml中将其设置为5.0 当我尝试运行它时,它仍然抛出一个错误 错误: The device is running `iOS 5.1.1`, however the app's the minimum iOS version is set to 6.0 In order to install this app on this device, lower the <min-ios-ver> to 5.1

我试图在我的设备上检查我的应用程序,但我有
iOS 5.1.1
。所以我在tiapp.xml中将其设置为5.0

当我尝试运行它时,它仍然抛出一个错误

错误:

The device is running `iOS 5.1.1`, however the app's the minimum iOS version is set to 6.0
In order to install this app on this device, lower the <min-ios-ver> to 5.1 in the **tiapp.xml**:

[ERROR] :  This app does not support the device "XXXXXX’s iPhone"
<ti:app xmlns:ti="http://ti.appcelerator.org">
    <ios>
        <min-ios-ver>5.0</min-ios-ver>
    </ios>
</ti:app>
该设备正在运行“iOS 5.1.1”,但应用程序的最低iOS版本设置为6.0
要在此设备上安装此应用程序,请将**tiapp.xml**中的设置降低到5.1:
[错误]:此应用程序不支持设备“XXXXXX的iPhone”
5
我已经添加了“MiniOS版本”标记,但仍然抛出相同的错误

tiapp.xml

<ti:app xmlns:ti="http://ti.appcelerator.org">

    <id>com.XXXXXXXX</id>
    <name>Taxi</name>
    <version>1.0</version>
    <publisher>XXXXXX</publisher>
    <url>http://</url>
    <description>not specified</description>
    <copyright>2014 by XXXXX</copyright>
    <icon>appicon.png</icon>
    <fullscreen>false</fullscreen>
    <navbar-hidden>false</navbar-hidden>
    <analytics>true</analytics>
    <guid>e7914e57-5b00-4ade-8254-1044c0c65b67</guid>
    <property name="ti.ui.defaultunit" type="string">dp</property>
    <ios>
        <min-ios-ver>5.0</min-ios-ver>
        <plist>
            <dict>
                <key>UISupportedInterfaceOrientations~iphone</key>
                <array>
                    <string>UIInterfaceOrientationPortrait</string>
                </array>
                <key>UISupportedInterfaceOrientations~ipad</key>
                <array>
                    <string>UIInterfaceOrientationPortrait</string>
                    <string>UIInterfaceOrientationPortraitUpsideDown</string>
                    <string>UIInterfaceOrientationLandscapeLeft</string>
                    <string>UIInterfaceOrientationLandscapeRight</string>
                </array>
                <key>UIRequiresPersistentWiFi</key>
                <false/>
                <key>UIPrerenderedIcon</key>
                <false/>
                <key>UIStatusBarHidden</key>
                <false/>
                <key>UIStatusBarStyle</key>
                <string>UIStatusBarStyleDefault</string>
            </dict>
        </plist>
    </ios>
    <android xmlns:android="http://schemas.android.com/apk/res/android"/>
    <mobileweb>
        <precache/>
        <splash>
            <enabled>true</enabled>
            <inline-css-images>true</inline-css-images>
        </splash>
        <theme>default</theme>
    </mobileweb>
    <modules>
        <module platform="commonjs">ti.cloud</module>
        <module platform="iphone">ti.map</module>
        <module platform="android">ti.map</module>
    </modules>
    <deployment-targets>
        <target device="android">true</target>
        <target device="blackberry">false</target>
        <target device="ipad">true</target>
        <target device="iphone">true</target>
        <target device="mobileweb">true</target>
        <target device="tizen">false</target>
    </deployment-targets>
    <sdk-version>3.2.1.GA</sdk-version>

    </ti:app>

com.XXXXXXXX
出租车
1
XXXXXX
http://
未指定
2014年XXXXX
appicon.png
错误的
错误的
符合事实的
e7914e57-5b00-4ade-8254-1044c0c65b67
数据处理
5
UI支持接口方向~iphone
UIInterfaceOrientationPortrait
UI支持界面方向~ipad
UIInterfaceOrientationPortrait
UIInterfaceOrientation上下方向图
UIInterface方向和左视图
UIInterfaceOrientationAndscapeRight
UIRequiresPersistentWiFi
UIPreRendericon
UIStatusBarHidden
UIStatusBarStyle
UIStatusBarStyleDefault
符合事实的
符合事实的
违约
钛云
钛地图
钛地图
符合事实的
错误的
符合事实的
符合事实的
符合事实的
错误的
3.2.1.GA

在创建ipa之前,尝试在xcode中设置最小版本

在构建ipa之前,您是否尝试过清理项目?我尝试过清理,但没有帮助