<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Sorry I made a mistake. Ios in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/iOS-Cordova-version/m-p/1037520#M44647</link>
    <description>&lt;P&gt;Sorry I made a mistake. Ios build 5.1.1 is ok. Same project fails in android with 5.1.1. Unfortunately I can no longer use crosswalk build: since september 18: even a simple project with this plugin crashes at runtime when I call plugin login function. Try yourself, add this code to the project that You've just built for iOs with CordovaFacebookPlugin&lt;/P&gt;

&lt;P&gt;function TestMe()&lt;/P&gt;

&lt;P&gt;{&lt;/P&gt;

&lt;P&gt;var fbLoginSuccess = function (userData) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; alert("UserInfo: " + JSON.stringify(userData));&lt;BR /&gt;
	}&lt;BR /&gt;
	//facebookConnectPlugin.browserInit("829140770512386");&lt;BR /&gt;
	facebookConnectPlugin.login(["public_profile"],&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; fbLoginSuccess,&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; function (error) { alert("" + error) }&lt;BR /&gt;
	); }&lt;/P&gt;

&lt;P&gt;and call TestMe. If you build crosswalk You'll notice that your app will crash. The same project built by me 3/4 days ago of course worked.&lt;/P&gt;

&lt;P&gt;speachless...what's happened to intel xdk environment? I opened a post 3 days ago but still no answers from Intel (upset).&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-xdk/topic/593939" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-xdk/topic/593939&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;That's why I tried to build a no crosswalk version: CLI 4.1.2 is veri unstable, app crashes on close, graphical leaks and so on...so I thought that 5.1.1 would be better but building with CLI 5.1.1 fails!&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Please help me, forward the crosswalk issue to engineer or I don't know where but please give me an answer. I need my crosswalk app back because I used to deploy that one, more stable and working!&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Sep 2015 23:16:00 GMT</pubDate>
    <dc:creator>Alessandro_S_</dc:creator>
    <dc:date>2015-09-21T23:16:00Z</dc:date>
    <item>
      <title>iOS Cordova version</title>
      <link>https://community.intel.com/t5/Software-Archive/iOS-Cordova-version/m-p/1037517#M44644</link>
      <description>&lt;P&gt;I notice that setting the CLI version to 3.5.1 many problems of 3rd party plugin ( facebookconnectplugin included) are solved.&lt;/P&gt;

&lt;P&gt;This is because this CLI version (3.5.1) doesn't use cordova 3.7.0 that has some bug. The problem is that apps built with this CLI version won't be supported in a short time. What's the solution? I tried to move to CLI 5.1.1 but errors while building.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 17:22:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iOS-Cordova-version/m-p/1037517#M44644</guid>
      <dc:creator>Alessandro_S_</dc:creator>
      <dc:date>2015-09-21T17:22:57Z</dc:date>
    </item>
    <item>
      <title>Hello,</title>
      <link>https://community.intel.com/t5/Software-Archive/iOS-Cordova-version/m-p/1037518#M44645</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I &amp;nbsp;tried to recreate this issue by including Facebook connect plugin and using CLI 5.1.1 version and the built was successful for ios.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 21:38:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iOS-Cordova-version/m-p/1037518#M44645</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-09-21T21:38:19Z</dc:date>
    </item>
    <item>
      <title>I got error. What version of</title>
      <link>https://community.intel.com/t5/Software-Archive/iOS-Cordova-version/m-p/1037519#M44646</link>
      <description>I got error. What version of xdk you're using?</description>
      <pubDate>Mon, 21 Sep 2015 21:40:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iOS-Cordova-version/m-p/1037519#M44646</guid>
      <dc:creator>Alessandro_S_</dc:creator>
      <dc:date>2015-09-21T21:40:33Z</dc:date>
    </item>
    <item>
      <title>Sorry I made a mistake. Ios</title>
      <link>https://community.intel.com/t5/Software-Archive/iOS-Cordova-version/m-p/1037520#M44647</link>
      <description>&lt;P&gt;Sorry I made a mistake. Ios build 5.1.1 is ok. Same project fails in android with 5.1.1. Unfortunately I can no longer use crosswalk build: since september 18: even a simple project with this plugin crashes at runtime when I call plugin login function. Try yourself, add this code to the project that You've just built for iOs with CordovaFacebookPlugin&lt;/P&gt;

&lt;P&gt;function TestMe()&lt;/P&gt;

&lt;P&gt;{&lt;/P&gt;

&lt;P&gt;var fbLoginSuccess = function (userData) {&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; alert("UserInfo: " + JSON.stringify(userData));&lt;BR /&gt;
	}&lt;BR /&gt;
	//facebookConnectPlugin.browserInit("829140770512386");&lt;BR /&gt;
	facebookConnectPlugin.login(["public_profile"],&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; fbLoginSuccess,&lt;BR /&gt;
	&amp;nbsp; &amp;nbsp; function (error) { alert("" + error) }&lt;BR /&gt;
	); }&lt;/P&gt;

&lt;P&gt;and call TestMe. If you build crosswalk You'll notice that your app will crash. The same project built by me 3/4 days ago of course worked.&lt;/P&gt;

&lt;P&gt;speachless...what's happened to intel xdk environment? I opened a post 3 days ago but still no answers from Intel (upset).&lt;/P&gt;

&lt;P&gt;&lt;A href="https://software.intel.com/en-us/forums/intel-xdk/topic/593939" target="_blank"&gt;https://software.intel.com/en-us/forums/intel-xdk/topic/593939&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;That's why I tried to build a no crosswalk version: CLI 4.1.2 is veri unstable, app crashes on close, graphical leaks and so on...so I thought that 5.1.1 would be better but building with CLI 5.1.1 fails!&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Please help me, forward the crosswalk issue to engineer or I don't know where but please give me an answer. I need my crosswalk app back because I used to deploy that one, more stable and working!&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Thank you&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Sep 2015 23:16:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iOS-Cordova-version/m-p/1037520#M44647</guid>
      <dc:creator>Alessandro_S_</dc:creator>
      <dc:date>2015-09-21T23:16:00Z</dc:date>
    </item>
    <item>
      <title>send your project via PM.</title>
      <link>https://community.intel.com/t5/Software-Archive/iOS-Cordova-version/m-p/1037521#M44648</link>
      <description>&lt;P&gt;send your project via PM.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 17:59:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/iOS-Cordova-version/m-p/1037521#M44648</guid>
      <dc:creator>Amrita_C_Intel</dc:creator>
      <dc:date>2015-09-22T17:59:28Z</dc:date>
    </item>
  </channel>
</rss>

