<?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: Beginners iPhone Action Game Tutorial: Source Code</title>
	<atom:link href="http://maniacdev.com/2010/07/beginners-action-game-tutorial-source-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://maniacdev.com/2010/07/beginners-action-game-tutorial-source-code/</link>
	<description>ManiacDev.Com</description>
	<lastBuildDate>Wed, 08 Feb 2012 08:29:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Sudhanshu</title>
		<link>http://maniacdev.com/2010/07/beginners-action-game-tutorial-source-code/comment-page-1/#comment-17461</link>
		<dc:creator>Sudhanshu</dc:creator>
		<pubDate>Fri, 04 Mar 2011 10:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=2072#comment-17461</guid>
		<description>Hi,
This is really a great tutorial, I think this was the kind of tutorial I was looking for. 

Great work and THANX A LOT!!!!!!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
This is really a great tutorial, I think this was the kind of tutorial I was looking for. </p>
<p>Great work and THANX A LOT!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seepsoda</title>
		<link>http://maniacdev.com/2010/07/beginners-action-game-tutorial-source-code/comment-page-1/#comment-4260</link>
		<dc:creator>Seepsoda</dc:creator>
		<pubDate>Wed, 28 Jul 2010 00:41:31 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=2072#comment-4260</guid>
		<description>Really impressive, thanks. I am new to iPhone development and got your balloon game running without a hitch - thanks! What a smooth intro into iPhone game writing. You and the clever guy at Sparrow are super heros!&lt;br&gt;&lt;br&gt;Thanks! Looking forward to the full tutorial, and thanks for allowing full use of the source.&lt;br&gt;&lt;br&gt;Keep it up ;-)</description>
		<content:encoded><![CDATA[<p>Really impressive, thanks. I am new to iPhone development and got your balloon game running without a hitch &#8211; thanks! What a smooth intro into iPhone game writing. You and the clever guy at Sparrow are super heros!</p>
<p>Thanks! Looking forward to the full tutorial, and thanks for allowing full use of the source.</p>
<p>Keep it up <img src='http://maniacdev.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://maniacdev.com/2010/07/beginners-action-game-tutorial-source-code/comment-page-1/#comment-4256</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Mon, 26 Jul 2010 18:36:00 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=2072#comment-4256</guid>
		<description>You&#039;re welcome! I&#039;m surprised that the problem did not pop up more often -- perhaps some users downloaded Sparrow manually and followed its installation instructions before trying out the tutorial. In that case, they&#039;d already have the variable defined.&lt;br&gt;&lt;br&gt;In my opinion, it&#039;s a bug of Xcode that it writes out this recursion error -- a small warning that a non-existing source-variable is referenced would be much more useful!&lt;br&gt;&lt;br&gt;BTW, thanks for editing the project =)</description>
		<content:encoded><![CDATA[<p>You&#39;re welcome! I&#39;m surprised that the problem did not pop up more often &#8212; perhaps some users downloaded Sparrow manually and followed its installation instructions before trying out the tutorial. In that case, they&#39;d already have the variable defined.</p>
<p>In my opinion, it&#39;s a bug of Xcode that it writes out this recursion error &#8212; a small warning that a non-existing source-variable is referenced would be much more useful!</p>
<p>BTW, thanks for editing the project =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Update To Action Game Tutorial Source &#124; iPhone iOS 4 iPad SDK Development Tutorials, Programming Tips, News</title>
		<link>http://maniacdev.com/2010/07/beginners-action-game-tutorial-source-code/comment-page-1/#comment-4255</link>
		<dc:creator>Update To Action Game Tutorial Source &#124; iPhone iOS 4 iPad SDK Development Tutorials, Programming Tips, News</dc:creator>
		<pubDate>Mon, 26 Jul 2010 16:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=2072#comment-4255</guid>
		<description>[...] a problem with a recursive directory search being included for already included header files in the beginners action game tutorial source code which was causing an error when built on some [...]</description>
		<content:encoded><![CDATA[<p>[...] a problem with a recursive directory search being included for already included header files in the beginners action game tutorial source code which was causing an error when built on some [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Best Resources In iOS Development July 26th 2010 (For Week 07/17-07/23) &#124; iPhone iOS 4 iPad SDK Development Tutorials, Programming Tips, News</title>
		<link>http://maniacdev.com/2010/07/beginners-action-game-tutorial-source-code/comment-page-1/#comment-4254</link>
		<dc:creator>The Best Resources In iOS Development July 26th 2010 (For Week 07/17-07/23) &#124; iPhone iOS 4 iPad SDK Development Tutorials, Programming Tips, News</dc:creator>
		<pubDate>Mon, 26 Jul 2010 06:59:39 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=2072#comment-4254</guid>
		<description>[...] Beginners iPhone Action Game Tutorial: Source Code &#8211; Source code for a simple action game with line by line commenting.  Designed for beginners to easily follow through the flow of the code. [...]</description>
		<content:encoded><![CDATA[<p>[...] Beginners iPhone Action Game Tutorial: Source Code &#8211; Source code for a simple action game with line by line commenting.  Designed for beginners to easily follow through the flow of the code. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maniacdev</title>
		<link>http://maniacdev.com/2010/07/beginners-action-game-tutorial-source-code/comment-page-1/#comment-4253</link>
		<dc:creator>maniacdev</dc:creator>
		<pubDate>Mon, 26 Jul 2010 04:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=2072#comment-4253</guid>
		<description>Thanks for telling me about it.  There were probably some others that just didn&#039;t speak up.</description>
		<content:encoded><![CDATA[<p>Thanks for telling me about it.  There were probably some others that just didn&#39;t speak up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 9livesoftware</title>
		<link>http://maniacdev.com/2010/07/beginners-action-game-tutorial-source-code/comment-page-1/#comment-4252</link>
		<dc:creator>9livesoftware</dc:creator>
		<pubDate>Mon, 26 Jul 2010 00:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=2072#comment-4252</guid>
		<description>thanx maniac and daniel it works fine now xD. haha i guess Im lucky number 1 :D</description>
		<content:encoded><![CDATA[<p>thanx maniac and daniel it works fine now xD. haha i guess Im lucky number 1 <img src='http://maniacdev.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maniacdev</title>
		<link>http://maniacdev.com/2010/07/beginners-action-game-tutorial-source-code/comment-page-1/#comment-4250</link>
		<dc:creator>maniacdev</dc:creator>
		<pubDate>Mon, 26 Jul 2010 00:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=2072#comment-4250</guid>
		<description>Thanks for the info Daniel.  I removed that reference should be ok now.  I guess this only causes a problem in isolated cases where xcode cannot open up a certain directory?  &lt;br&gt;&lt;br&gt;Over 200 downloads only one person posted about the issue.</description>
		<content:encoded><![CDATA[<p>Thanks for the info Daniel.  I removed that reference should be ok now.  I guess this only causes a problem in isolated cases where xcode cannot open up a certain directory?  </p>
<p>Over 200 downloads only one person posted about the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Thrower</title>
		<link>http://maniacdev.com/2010/07/beginners-action-game-tutorial-source-code/comment-page-1/#comment-4251</link>
		<dc:creator>Jeff Thrower</dc:creator>
		<pubDate>Sun, 25 Jul 2010 21:19:31 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=2072#comment-4251</guid>
		<description>I want to build an app, i don&#039;t think I could make a living, selling apps.</description>
		<content:encoded><![CDATA[<p>I want to build an app, i don&#39;t think I could make a living, selling apps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://maniacdev.com/2010/07/beginners-action-game-tutorial-source-code/comment-page-1/#comment-4249</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Sun, 25 Jul 2010 19:56:18 +0000</pubDate>
		<guid isPermaLink="false">http://maniacdev.com/?p=2072#comment-4249</guid>
		<description>The problem you describe often occurs when your project references a &quot;source tree&quot; variable (Xcode - Preferences - Source Trees&quot;) in the project or target build info, but the variable does not exist. I guess Xcode then tries to search your complete system (&quot;/**&quot;) for include files, and gives up after a certain number of directories -- thus the weird error.&lt;br&gt;&lt;br&gt;I just had a look at the project, and indeed, it references the source tree variable SPARROW_SRC in the target info (build tab), which is not needed in this project, as Sparrow is included directly (not by project reference). To remove the error, just remove this reference.&lt;br&gt;&lt;br&gt;Maniac, you could remove this setting from the project for your final tutorial (or the download link). Thanks!!</description>
		<content:encoded><![CDATA[<p>The problem you describe often occurs when your project references a &#8220;source tree&#8221; variable (Xcode &#8211; Preferences &#8211; Source Trees&#8221;) in the project or target build info, but the variable does not exist. I guess Xcode then tries to search your complete system (&#8220;/**&#8221;) for include files, and gives up after a certain number of directories &#8212; thus the weird error.</p>
<p>I just had a look at the project, and indeed, it references the source tree variable SPARROW_SRC in the target info (build tab), which is not needed in this project, as Sparrow is included directly (not by project reference). To remove the error, just remove this reference.</p>
<p>Maniac, you could remove this setting from the project for your final tutorial (or the download link). Thanks!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

