<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>droolJunkie&#187; iphone sdk</title>
	<atom:link href="http://www.drooljunkie.com/tag/iphone-sdk/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.drooljunkie.com</link>
	<description>Not just another tech Blog</description>
	<lastBuildDate>Fri, 20 Aug 2010 18:54:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Beginning iPhone App Dev Issues: Part 3 (double free errors)</title>
		<link>http://www.drooljunkie.com/2010/03/beginning-iphone-app-dev-issues-part-3-double-free-errors/</link>
		<comments>http://www.drooljunkie.com/2010/03/beginning-iphone-app-dev-issues-part-3-double-free-errors/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 14:48:19 +0000</pubDate>
		<dc:creator>Vibhor Goyal</dc:creator>
				<category><![CDATA[Code Uncode]]></category>
		<category><![CDATA[autorelease]]></category>
		<category><![CDATA[double free]]></category>
		<category><![CDATA[iphone dev]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[malloc]]></category>
		<category><![CDATA[malloc error]]></category>
		<category><![CDATA[malloc_error_break]]></category>
		<category><![CDATA[memory issues]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=657</guid>
		<description><![CDATA[At times, while running through your app, you might come across this warning on console: MyApp(2121,0xb0185000) malloc: *** error for object 0x1068310: double free *** set a breakpoint in malloc_error_break to debug Even though you might feel that its not affecting your app, but its still annoying, and might cause some memory related issues as [...]


Related posts:<ol><li><a href='http://www.drooljunkie.com/2010/01/beginning-iphone-app-dev-issues-part-1-viewdidload-viewwillappear-and-didreceivememorywarning/' rel='bookmark' title='Permanent Link: Beginning iPhone App Dev Issues: Part 1 (viewDidLoad, viewWillAppear and didReceiveMemoryWarning)'>Beginning iPhone App Dev Issues: Part 1 (viewDidLoad, viewWillAppear and didReceiveMemoryWarning)</a> <small>iPhone app development is one of the most exciting and...</small></li>
<li><a href='http://www.drooljunkie.com/2010/03/beginning-iphone-app-dev-issues-part-2-running-app-on-the-device-issues/' rel='bookmark' title='Permanent Link: Beginning iPhone App Dev Issues: Part 2 (Running App on the device issues)'>Beginning iPhone App Dev Issues: Part 2 (Running App on the device issues)</a> <small>iPhone development is fun most of the time, but can...</small></li>
<li><a href='http://www.drooljunkie.com/2010/01/yet-another-rant-on-newdelete-and-mallocfree/' rel='bookmark' title='Permanent Link: Yet another rant on new/delete and malloc/free'>Yet another rant on new/delete and malloc/free</a> <small>malloc returns void pointer to the starting memory address of...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2010/03/beginning-iphone-app-dev-issues-part-3-double-free-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Beginning iPhone App Dev Issues: Part 2 (Running App on the device issues)</title>
		<link>http://www.drooljunkie.com/2010/03/beginning-iphone-app-dev-issues-part-2-running-app-on-the-device-issues/</link>
		<comments>http://www.drooljunkie.com/2010/03/beginning-iphone-app-dev-issues-part-2-running-app-on-the-device-issues/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 16:20:04 +0000</pubDate>
		<dc:creator>Vibhor Goyal</dc:creator>
				<category><![CDATA[Code Uncode]]></category>
		<category><![CDATA[begining iphone dev]]></category>
		<category><![CDATA[error from debugger]]></category>
		<category><![CDATA[Error from Debugger: Error launching remote program: Security policy Error]]></category>
		<category><![CDATA[error launching remote program]]></category>
		<category><![CDATA[iphone dev]]></category>
		<category><![CDATA[iphone device install issues]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[security policy error]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=648</guid>
		<description><![CDATA[iPhone development is fun most of the time, but can be more than frustrating at times as well. Apple didn&#8217;t make the running app on the device a simple task. A developer has to deal with a lot of things like AppIDs, identifiers, certificates and Provisioning profiles before he/she is able to see it running [...]


Related posts:<ol><li><a href='http://www.drooljunkie.com/2010/01/beginning-iphone-app-dev-issues-part-1-viewdidload-viewwillappear-and-didreceivememorywarning/' rel='bookmark' title='Permanent Link: Beginning iPhone App Dev Issues: Part 1 (viewDidLoad, viewWillAppear and didReceiveMemoryWarning)'>Beginning iPhone App Dev Issues: Part 1 (viewDidLoad, viewWillAppear and didReceiveMemoryWarning)</a> <small>iPhone app development is one of the most exciting and...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2010/03/beginning-iphone-app-dev-issues-part-2-running-app-on-the-device-issues/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Beginning iPhone App Dev Issues: Part 1 (viewDidLoad, viewWillAppear and didReceiveMemoryWarning)</title>
		<link>http://www.drooljunkie.com/2010/01/beginning-iphone-app-dev-issues-part-1-viewdidload-viewwillappear-and-didreceivememorywarning/</link>
		<comments>http://www.drooljunkie.com/2010/01/beginning-iphone-app-dev-issues-part-1-viewdidload-viewwillappear-and-didreceivememorywarning/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 06:28:19 +0000</pubDate>
		<dc:creator>Vibhor Goyal</dc:creator>
				<category><![CDATA[Code Uncode]]></category>
		<category><![CDATA[didreceivememorywarning]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[iPhone app]]></category>
		<category><![CDATA[iphone dev]]></category>
		<category><![CDATA[iphone dev memory issues]]></category>
		<category><![CDATA[iphone sdk]]></category>
		<category><![CDATA[viewdidload]]></category>
		<category><![CDATA[viewwillappear]]></category>

		<guid isPermaLink="false">http://www.drooljunkie.com/?p=509</guid>
		<description><![CDATA[iPhone app development is one of the most exciting and interesting work sector these days. The very initial iPhone app developers were mostly veteran Mac OS application developers, but as time progressed and the app store started climbing the peak, more and more software developers and even non-developers started getting into the field. Being a [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.drooljunkie.com/2010/01/beginning-iphone-app-dev-issues-part-1-viewdidload-viewwillappear-and-didreceivememorywarning/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
