<?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 MM -- I've not seen this in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Broken-Splash-Screen-splash-screen-plugin-adds-lines-for-non/m-p/1123131#M76900</link>
    <description>&lt;P&gt;MM -- I've not seen this before and I cannot reproduce it. When I fill in all the slots in the UI I get only seven &amp;lt;splash&amp;gt; tags in my intelxdk.config.ios.xml file. I'm sending you a private message so you can reply with a link to a ZIP of the your ENTIRE project directory. I'd like to see if there's something else going on in the project that's causing this.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jul 2016 20:59:11 GMT</pubDate>
    <dc:creator>PaulF_IntelCorp</dc:creator>
    <dc:date>2016-07-12T20:59:11Z</dc:date>
    <item>
      <title>Broken Splash Screen - splash screen plugin adds lines for non-existent images for iOS during build process</title>
      <link>https://community.intel.com/t5/Software-Archive/Broken-Splash-Screen-splash-screen-plugin-adds-lines-for-non/m-p/1123130#M76899</link>
      <description>&lt;P&gt;I have two versions of the same app, 1.0 and 1.1.&amp;nbsp;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;I am testing with an iPhone 5 and an iPad 2. I am using version 3.2.2 of the official Splashscreen plugin and only using preferences to control the hiding delay. This issue has only happened recently, in the past 3-4 weeks, before that everything worked fine. I was not on the latest version of Intel XDK at the time this behavior started happening, but I updated to 3400 to see if that would help fix it, so this issue doesn't seem version dependent.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;There are 7 designated Portrait splash screen sizes for iOS, all of which are filled out properly using copies of the same images.&lt;/P&gt;

&lt;P&gt;On version 1.0 of my app, the following 7 splash lines are generated in my ios xml:&lt;/P&gt;

&lt;P&gt;&amp;lt;splash platform="ios" src="images/splashscreen_750x1334.png" width="750" height="1334" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreen_1242x2208.png" width="1242" height="2208" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreen_640x1136.png" width="640" height="1136" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreen_640x960.png" width="640" height="960" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreen_320x480.png" width="320" height="480" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreens_768x1024.png" width="768" height="1024" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreens_1536x2048.png" width="1536" height="2048" orientation="portrait"/&amp;gt;&lt;/P&gt;

&lt;P&gt;These lines EXACTLY match what is on the XDK interface for splash screens, and everything works perfectly.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;However, on version 1.1 of my app, the following splash lines are generated in my ios xml:&lt;/P&gt;

&lt;P&gt;&amp;lt;splash platform="ios" src="images/splashscreen-1536x2008.png" width="1536" height="2008" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreen-768x1004.png" width="768" height="1004" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreen_750x1334.png" width="750" height="1334" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreen_1242x2208.png" width="1242" height="2208" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreen_640x1136.png" width="640" height="1136" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreen_640x960.png" width="640" height="960" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreen_320x480.png" width="320" height="480" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreens_1536x2048.png" width="1536" height="2048" orientation="portrait"/&amp;gt;&lt;BR /&gt;
	&amp;lt;splash platform="ios" src="images/splashscreens_768x1024.png" width="768" height="1024" orientation="portrait"/&amp;gt;&lt;/P&gt;

&lt;P&gt;Notice there are now 9 lines, and the first two additional lines are NOT sizes represented in the XDK interface, nor are they actual files in my project, and as such,&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;&amp;nbsp;those two lines break showing the splash screen on just the iPad (the iPhone is fine). It is the default splash screen that is shown instead.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;My attempts so far to fix this issue:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Resetting the splash images through the interface&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Building without the similar sized splash screens (1536x2048, 768x1024) selected at all&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Including images of the sizes of the bad lines in the images directory with the other splash screens&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Deleting the build files off the server in case anything was cached&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Editing the ios config XML directly&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Editing the .xdk file to remove these references&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;Changing the plugin version&lt;/LI&gt;
	&lt;LI&gt;&lt;SPAN style="font-size: 13.008px; line-height: 19.512px;"&gt;Changing the splash screen plugin readme file&lt;/SPAN&gt;&lt;/LI&gt;
	&lt;LI&gt;Removing the plugin through XDK and reinstalling&lt;/LI&gt;
	&lt;LI&gt;Removing the plugin through file directory and reinstalling&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;I have tried all of these in individually, in various combinations and in various orders -- and every time these lines are added, breaking my splash screen.&lt;/P&gt;

&lt;P&gt;I am at a loss for what else to try.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:33:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Broken-Splash-Screen-splash-screen-plugin-adds-lines-for-non/m-p/1123130#M76899</guid>
      <dc:creator>MM_H_</dc:creator>
      <dc:date>2016-07-12T14:33:04Z</dc:date>
    </item>
    <item>
      <title>MM -- I've not seen this</title>
      <link>https://community.intel.com/t5/Software-Archive/Broken-Splash-Screen-splash-screen-plugin-adds-lines-for-non/m-p/1123131#M76900</link>
      <description>&lt;P&gt;MM -- I've not seen this before and I cannot reproduce it. When I fill in all the slots in the UI I get only seven &amp;lt;splash&amp;gt; tags in my intelxdk.config.ios.xml file. I'm sending you a private message so you can reply with a link to a ZIP of the your ENTIRE project directory. I'd like to see if there's something else going on in the project that's causing this.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 20:59:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Broken-Splash-Screen-splash-screen-plugin-adds-lines-for-non/m-p/1123131#M76900</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2016-07-12T20:59:11Z</dc:date>
    </item>
    <item>
      <title>Unfortunately I can't send</title>
      <link>https://community.intel.com/t5/Software-Archive/Broken-Splash-Screen-splash-screen-plugin-adds-lines-for-non/m-p/1123132#M76901</link>
      <description>&lt;P&gt;Unfortunately I can't send the entire project directory without an NDA, but I did figure out at least how to solve the issue for anyone that encounters this in the future:&lt;/P&gt;

&lt;OL&gt;
	&lt;LI&gt;Remove all references in the xml/xdk files to the non-existent images&lt;/LI&gt;
	&lt;LI&gt;Copy all files to a new project&lt;/LI&gt;
	&lt;LI&gt;Rename .xdk file to match the new project name&lt;/LI&gt;
	&lt;LI&gt;Delete files off of the build server&lt;/LI&gt;
	&lt;LI&gt;Build -&amp;nbsp;Copy of project should work fine&lt;/LI&gt;
	&lt;LI&gt;Go back to the original project and build again&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Now those lines are gone. I changed nothing at all in my code or the XDK interface whatsoever. My only thought is It seems like some kind of caching issue that helped get cleared by creating a new project.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2016 13:49:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Broken-Splash-Screen-splash-screen-plugin-adds-lines-for-non/m-p/1123132#M76901</guid>
      <dc:creator>MM_H_</dc:creator>
      <dc:date>2016-07-13T13:49:48Z</dc:date>
    </item>
  </channel>
</rss>

