<div>
                    Hello All,
                </div><div><br></div>
                <div><div>I just downloaded the latest 5.2rc1(165) snapshot and tried to build a simple QML app on iOS simulator. </div><div><br></div><div>The app is built and ran ok, but any actions I try to perform (such as clicking a MouseArea) does nothing. </div><div><br></div><div>Also, linkage time is significantly longer than in the beta (it takes 2-3 minutes to build the app now, while in beta it took a few seconds.)</div><div><br></div><div>Here’s the QML I tried:</div><div><br></div><div>
<pre style="margin-top: 0px; margin-bottom: 0px;"><!--StartFragment--><span style=" color:#808000;">import</span><span style=" color:#c0c0c0;"> </span>QtQuick<span style=" color:#c0c0c0;"> </span>2.0</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><br></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#800080;">Rectangle</span><span style=" color:#c0c0c0;"> </span>{</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">    </span><span style=" color:#800000;">width</span>:<span style=" color:#c0c0c0;"> </span>360</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">    </span><span style=" color:#800000;">height</span>:<span style=" color:#c0c0c0;"> </span>360</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">    </span><span style=" color:#800080;">Text</span><span style=" color:#c0c0c0;"> </span>{</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">        </span><span style=" color:#800000;">id</span>:<span style=" color:#c0c0c0;"> </span><span style="font-style: italic;">_text</span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">        </span><span style=" color:#800000;">text</span>:<span style=" color:#c0c0c0;"> </span><span style=" font-style:italic; color:#0055af;">qsTr</span>(<span style=" color:#008000;">"Hello</span><span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">World"</span>)</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">        </span><span style=" color:#800000;">anchors.centerIn</span>:<span style=" color:#c0c0c0;"> </span><span style="font-style: italic;">parent</span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">    </span>}</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">    </span><span style=" color:#800080;">MouseArea</span><span style=" color:#c0c0c0;"> </span>{</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">        </span><span style=" color:#800000;">anchors.fill</span>:<span style=" color:#c0c0c0;"> </span><span style="font-style: italic;">parent</span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">        </span><span style=" color:#800000;">onClicked</span>:<span style=" color:#c0c0c0;"> </span>{</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">            </span><span style="font-style: italic;">_text</span>.text<span style=" color:#c0c0c0;"> </span>=<span style=" color:#c0c0c0;"> </span><span style=" color:#008000;">"Ouch!"</span></pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">        </span>}</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><span style=" color:#c0c0c0;">    </span>}</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;">}</pre>
<pre style="margin-top: 0px; margin-bottom: 0px;"><br><!--EndFragment--></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="Helvetica"><span style="white-space: normal;">Is QML for iOS supposed to work in RC1(165) ? Any ideas what’s wrong ?</span></font></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="Helvetica"><span style="white-space: normal;"><br></span></font></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="Helvetica"><span style="white-space: normal;">Thanks In Advance,</span></font></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="Helvetica"><span style="white-space: normal;">  Ynon</span></font></pre><pre style="margin-top: 0px; margin-bottom: 0px;"><font face="Helvetica"><span style="white-space: normal;"><br></span></font></pre></div></div>