<?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 for W2OM - iPhone by code</title>
	<atom:link href="http://w2om.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://w2om.com</link>
	<description>XCode, ios, objective C, sdk, source code, examples, tutorials and more</description>
	<lastBuildDate>Tue, 23 Aug 2011 19:03:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>Comment on How to understand &#8216;Program received signal:  “EXC_BAD_ACCESS”.&#8217; by admin</title>
		<link>http://w2om.com/how-to-understand-program-received-signal-%e2%80%9cexc_bad_access%e2%80%9d/#comment-1052</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 23 Aug 2011 19:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://w2om.com/?p=298#comment-1052</guid>
		<description>In XCode 4:
Choose Product-&gt;Analyze

This might point you to few code problems.</description>
		<content:encoded><![CDATA[<p>In XCode 4:<br />
Choose Product->Analyze</p>
<p>This might point you to few code problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on iPhone fonts list by admin</title>
		<link>http://w2om.com/iphone-fonts-list/#comment-1009</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 03 Aug 2011 06:12:36 +0000</pubDate>
		<guid isPermaLink="false">http://w2om.com/?p=93#comment-1009</guid>
		<description>Adding custom font .otf or .ttf : http://www.developers-life.com/how-to-include-ttf-fonts-to-ios-app.html</description>
		<content:encoded><![CDATA[<p>Adding custom font .otf or .ttf : <a href="http://www.developers-life.com/how-to-include-ttf-fonts-to-ios-app.html" rel="nofollow">http://www.developers-life.com/how-to-include-ttf-fonts-to-ios-app.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on message sent to deallocated instance by admin</title>
		<link>http://w2om.com/message-sent-to-deallocated-instance/#comment-998</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 28 Jul 2011 20:26:47 +0000</pubDate>
		<guid isPermaLink="false">http://w2om.com/?p=462#comment-998</guid>
		<description>http://www.andrejacobs.org/personal/2010/03/index.html

    2010-03-16 17:52:35.560 BlurredNameOfApp[6835:207] *** -[CFString release]: message sent to deallocated instance 0×392bdf0

So I just fire up the command line tool malloc_history (usage: malloc_history &lt;pid&gt; &lt;address&gt;). In my case it looked like this “malloc_history 6835 0×392bdf0″.</description>
		<content:encoded><![CDATA[<p><a href="http://www.andrejacobs.org/personal/2010/03/index.html" rel="nofollow">http://www.andrejacobs.org/personal/2010/03/index.html</a></p>
<p>    2010-03-16 17:52:35.560 BlurredNameOfApp[6835:207] *** -[CFString release]: message sent to deallocated instance 0×392bdf0</p>
<p>So I just fire up the command line tool malloc_history (usage: malloc_history
<pid>
<address>). In my case it looked like this “malloc_history 6835 0×392bdf0″.</address>
</pid>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on message sent to deallocated instance by admin</title>
		<link>http://w2om.com/message-sent-to-deallocated-instance/#comment-997</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 28 Jul 2011 19:19:49 +0000</pubDate>
		<guid isPermaLink="false">http://w2om.com/?p=462#comment-997</guid>
		<description>At XCode 4, you will find it under Product-&gt;Edit scheme ....</description>
		<content:encoded><![CDATA[<p>At XCode 4, you will find it under Product->Edit scheme &#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understand iPhone crashes by admin</title>
		<link>http://w2om.com/understand-iphone-crashes/#comment-585</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 06 Apr 2011 07:06:08 +0000</pubDate>
		<guid isPermaLink="false">http://w2om.com/?p=117#comment-585</guid>
		<description>14 down vote accepted
	

I had this issue with 4.2.1 (8C148a), which I believe is caused by differing DeviceSupport files on the phone and in XCode. I tried many things, but eventually resolved it by deleting this folder:

/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/

After this I plugged in my iOS device and was asked to connect and restore the symbol files from the device, and it worked normally again.</description>
		<content:encoded><![CDATA[<p>14 down vote accepted</p>
<p>I had this issue with 4.2.1 (8C148a), which I believe is caused by differing DeviceSupport files on the phone and in XCode. I tried many things, but eventually resolved it by deleting this folder:</p>
<p>/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/</p>
<p>After this I plugged in my iOS device and was asked to connect and restore the symbol files from the device, and it worked normally again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Understand iPhone crashes by admin</title>
		<link>http://w2om.com/understand-iphone-crashes/#comment-584</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 06 Apr 2011 06:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://w2om.com/?p=117#comment-584</guid>
		<description>You should create dSYM file in order to get the names instead of address:
http://developer.apple.com/tools/xcode/symbolizingcrashdumps.html</description>
		<content:encoded><![CDATA[<p>You should create dSYM file in order to get the names instead of address:<br />
<a href="http://developer.apple.com/tools/xcode/symbolizingcrashdumps.html" rel="nofollow">http://developer.apple.com/tools/xcode/symbolizingcrashdumps.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to understand &#8216;Program received signal:  “EXC_BAD_ACCESS”.&#8217; by What to do with EXC_BAD_ACCESS ? &#124; W2OM - iPhone by code</title>
		<link>http://w2om.com/how-to-understand-program-received-signal-%e2%80%9cexc_bad_access%e2%80%9d/#comment-77</link>
		<dc:creator>What to do with EXC_BAD_ACCESS ? &#124; W2OM - iPhone by code</dc:creator>
		<pubDate>Mon, 17 Jan 2011 10:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://w2om.com/?p=298#comment-77</guid>
		<description>[...] 3) Use NSZombie [...]</description>
		<content:encoded><![CDATA[<p>[...] 3) Use NSZombie [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Intruments &#8211; Understanding memory leaks by What to do with EXC_BAD_ACCESS ? &#124; W2OM - iPhone by code</title>
		<link>http://w2om.com/intruments-understanding-memory-leaks/#comment-76</link>
		<dc:creator>What to do with EXC_BAD_ACCESS ? &#124; W2OM - iPhone by code</dc:creator>
		<pubDate>Mon, 17 Jan 2011 10:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://w2om.com/?p=229#comment-76</guid>
		<description>[...] 1) Check for a memory leak &#8211; Instruments [...]</description>
		<content:encoded><![CDATA[<p>[...] 1) Check for a memory leak &#8211; Instruments [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging your applicaiton by What to do with EXC_BAD_ACCESS ? &#124; W2OM - iPhone by code</title>
		<link>http://w2om.com/debugging-your-applicaiton/#comment-70</link>
		<dc:creator>What to do with EXC_BAD_ACCESS ? &#124; W2OM - iPhone by code</dc:creator>
		<pubDate>Thu, 13 Jan 2011 21:56:33 +0000</pubDate>
		<guid isPermaLink="false">http://w2om.com/?p=29#comment-70</guid>
		<description>[...] 2) Add debugging messages or debug line by line to find where the problem occur &#8211; Show debug messages [...]</description>
		<content:encoded><![CDATA[<p>[...] 2) Add debugging messages or debug line by line to find where the problem occur &#8211; Show debug messages [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Usefull iPhone application to send Christmas Greeting Cards by engineering</title>
		<link>http://w2om.com/159/#comment-4</link>
		<dc:creator>engineering</dc:creator>
		<pubDate>Mon, 29 Nov 2010 17:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://w2om.com/?p=159#comment-4</guid>
		<description>Beneficial info and excellent design you got here! I want to thank you for sharing your ideas and putting the time into the stuff you publish! Great work!</description>
		<content:encoded><![CDATA[<p>Beneficial info and excellent design you got here! I want to thank you for sharing your ideas and putting the time into the stuff you publish! Great work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

