<?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"
	>
<channel>
	<title>Comments on: syntax error before ‘AT_NAME’ token</title>
	<atom:link href="http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/feed/" rel="self" type="application/rss+xml" />
	<link>http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/</link>
	<description>mortals wear shoes</description>
	<pubDate>Wed, 03 Dec 2008 08:32:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Dee</title>
		<link>http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-90</link>
		<dc:creator>Dee</dc:creator>
		<pubDate>Wed, 26 Nov 2008 01:54:04 +0000</pubDate>
		<guid isPermaLink="false">http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-90</guid>
		<description>Got this bug. Pretty dumb and primitive. I miss Java !</description>
		<content:encoded><![CDATA[<p>Got this bug. Pretty dumb and primitive. I miss Java !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Orchard</title>
		<link>http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-88</link>
		<dc:creator>David Orchard</dc:creator>
		<pubDate>Tue, 21 Oct 2008 22:31:37 +0000</pubDate>
		<guid isPermaLink="false">http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-88</guid>
		<description>Thanks for the tips!</description>
		<content:encoded><![CDATA[<p>Thanks for the tips!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Darren</title>
		<link>http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-87</link>
		<dc:creator>Darren</dc:creator>
		<pubDate>Tue, 14 Oct 2008 22:36:43 +0000</pubDate>
		<guid isPermaLink="false">http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-87</guid>
		<description>I just had the same error message - found out it was because I'd hit Cmd-s (tried to hit) quickly to save a file but hadn't - insted I'd inserted a letter 's' in my file just below the opening comment block. 

I didn't see this for quite a while, this link helped me track it down though :-)</description>
		<content:encoded><![CDATA[<p>I just had the same error message - found out it was because I&#8217;d hit Cmd-s (tried to hit) quickly to save a file but hadn&#8217;t - insted I&#8217;d inserted a letter &#8217;s&#8217; in my file just below the opening comment block. </p>
<p>I didn&#8217;t see this for quite a while, this link helped me track it down though <img src='http://godswearhats.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Drimmie</title>
		<link>http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-84</link>
		<dc:creator>Rob Drimmie</dc:creator>
		<pubDate>Thu, 04 Sep 2008 21:42:39 +0000</pubDate>
		<guid isPermaLink="false">http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-84</guid>
		<description>A missing close brace for an if statement inside a function can also cause this problem.

If you use XCode to re-indent your source file (Edit -&#62; Format -&#62; Re-Indent) you'll be able to see fairly easily if you're missing something like a ; or }.</description>
		<content:encoded><![CDATA[<p>A missing close brace for an if statement inside a function can also cause this problem.</p>
<p>If you use XCode to re-indent your source file (Edit -&gt; Format -&gt; Re-Indent) you&#8217;ll be able to see fairly easily if you&#8217;re missing something like a ; or }.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laurie</title>
		<link>http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-81</link>
		<dc:creator>Laurie</dc:creator>
		<pubDate>Wed, 23 Jul 2008 21:13:38 +0000</pubDate>
		<guid isPermaLink="false">http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-81</guid>
		<description>Since that last comment isn't very clear, and I just had to figure it out for myself...

This error can also happen if you miss out a semicolon before a @whatever expression.

For example

...
- (void)draw;
- (void)startRotate // note missing semicolon

@end</description>
		<content:encoded><![CDATA[<p>Since that last comment isn&#8217;t very clear, and I just had to figure it out for myself&#8230;</p>
<p>This error can also happen if you miss out a semicolon before a @whatever expression.</p>
<p>For example</p>
<p>&#8230;<br />
- (void)draw;<br />
- (void)startRotate // note missing semicolon</p>
<p>@end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu</title>
		<link>http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-28</link>
		<dc:creator>Mathieu</dc:creator>
		<pubDate>Sun, 16 Dec 2007 13:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-28</guid>
		<description>It could be caused by something niggly like this!

- (CGRect)xyz // &#60;- no ; !

@end</description>
		<content:encoded><![CDATA[<p>It could be caused by something niggly like this!</p>
<p>- (CGRect)xyz // &lt;- no ; !</p>
<p>@end</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthew Hall</title>
		<link>http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-16</link>
		<dc:creator>Matthew Hall</dc:creator>
		<pubDate>Sun, 09 Dec 2007 02:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://godswearhats.com/2007/10/22/syntax-error-before-%e2%80%98at_name%e2%80%99-token/#comment-16</guid>
		<description>Thanks you saved me some pain!  I've new to Xcode and its great to have practical tips like this recorded somewhere.</description>
		<content:encoded><![CDATA[<p>Thanks you saved me some pain!  I&#8217;ve new to Xcode and its great to have practical tips like this recorded somewhere.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
