<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Gotcha: Case Sensitive PNG Filename</title>
	<atom:link href="http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html/feed" rel="self" type="application/rss+xml" />
	<link>http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html</link>
	<description>iOS and Objective-C Tips, Tricks and Tutorials.</description>
	<lastBuildDate>Sat, 19 May 2012 05:15:17 -0500</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: H4CK3R</title>
		<link>http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html#comment-21302</link>
		<dc:creator>H4CK3R</dc:creator>
		<pubDate>Mon, 26 Jul 2010 19:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=4830#comment-21302</guid>
		<description>I had a similar thing just today. I will usually change the extension of an image when i download it if i want to just because it makes no difference, the computer will still display it fine. 
But when i used an image i had done that too (i forgot that though) my app worked in the simulator but just crashed instantly on star on my device and i spent ages pulling my code apart to find the memory leak or bug, until i had worked out the problem was with that image.</description>
		<content:encoded><![CDATA[<p>I had a similar thing just today. I will usually change the extension of an image when i download it if i want to just because it makes no difference, the computer will still display it fine.<br />
But when i used an image i had done that too (i forgot that though) my app worked in the simulator but just crashed instantly on star on my device and i spent ages pulling my code apart to find the memory leak or bug, until i had worked out the problem was with that image.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monish</title>
		<link>http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html#comment-9251</link>
		<dc:creator>Monish</dc:creator>
		<pubDate>Mon, 01 Feb 2010 12:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=4830#comment-9251</guid>
		<description>hey john I tried the things that u suggested before.Even though the inages are not displayed in the device.Would please suggest any other solution for this.I am wasting lots of time on this.

Anyone&#039;s help will be appreciated.

Thank you,
Monish Kumar.</description>
		<content:encoded><![CDATA[<p>hey john I tried the things that u suggested before.Even though the inages are not displayed in the device.Would please suggest any other solution for this.I am wasting lots of time on this.</p>
<p>Anyone&#8217;s help will be appreciated.</p>
<p>Thank you,<br />
Monish Kumar.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Muchow</title>
		<link>http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html#comment-9063</link>
		<dc:creator>John Muchow</dc:creator>
		<pubDate>Mon, 25 Jan 2010 16:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=4830#comment-9063</guid>
		<description>Monish, here are a few things to try: do a &quot;clean&quot; of all the project files and rebuild; remove the application from the device before re-installing through Xcode; remove the file and add back to the project; rename the file to something numeric 123.png to see what happens.</description>
		<content:encoded><![CDATA[<p>Monish, here are a few things to try: do a &#8220;clean&#8221; of all the project files and rebuild; remove the application from the device before re-installing through Xcode; remove the file and add back to the project; rename the file to something numeric 123.png to see what happens.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Monish</title>
		<link>http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html#comment-9061</link>
		<dc:creator>Monish</dc:creator>
		<pubDate>Mon, 25 Jan 2010 14:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=4830#comment-9061</guid>
		<description>For me I gave the same file name of the Image as case sensitive.......but I dont know why Image is not displaying in the device.
But its working fine in Simulator.

Any one&#039;s help is appreciated.</description>
		<content:encoded><![CDATA[<p>For me I gave the same file name of the Image as case sensitive&#8230;&#8230;.but I dont know why Image is not displaying in the device.<br />
But its working fine in Simulator.</p>
<p>Any one&#8217;s help is appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Julio Barros</title>
		<link>http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html#comment-7740</link>
		<dc:creator>Julio Barros</dc:creator>
		<pubDate>Thu, 10 Dec 2009 20:39:56 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=4830#comment-7740</guid>
		<description>As the other comments said, the Mac file system is not case sensitive but the iPhone is.  So it is important to use matching capitalization when accessing any resource file.</description>
		<content:encoded><![CDATA[<p>As the other comments said, the Mac file system is not case sensitive but the iPhone is.  So it is important to use matching capitalization when accessing any resource file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Travis</title>
		<link>http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html#comment-7729</link>
		<dc:creator>Travis</dc:creator>
		<pubDate>Thu, 10 Dec 2009 09:23:50 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=4830#comment-7729</guid>
		<description>Any version of Xcode &amp; device, has this issue
Thx for the warning!</description>
		<content:encoded><![CDATA[<p>Any version of Xcode &amp; device, has this issue<br />
Thx for the warning!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nskboy</title>
		<link>http://MobileDeveloperTips.com/graphics/gotcha-case-sensitive-png-filename.html#comment-7728</link>
		<dc:creator>nskboy</dc:creator>
		<pubDate>Thu, 10 Dec 2009 09:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://iPhoneDeveloperTips.com/?p=4830#comment-7728</guid>
		<description>The code works in the simulator because your Mac hard drive was formatted with case insensitive filesystem.</description>
		<content:encoded><![CDATA[<p>The code works in the simulator because your Mac hard drive was formatted with case insensitive filesystem.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

