<?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 Tewha</title>
	<atom:link href="http://tewha.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://tewha.net</link>
	<description>Links and writings on software development, mostly for iPhone and Mac OS X.</description>
	<lastBuildDate>Sun, 07 Feb 2010 20:48:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Changes to come by mx</title>
		<link>http://tewha.net/2010/02/changes-to-come/comment-page-1/#comment-286</link>
		<dc:creator>mx</dc:creator>
		<pubDate>Sun, 07 Feb 2010 20:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=1101#comment-286</guid>
		<description>Death to the sidebar!



(FYI: tab order is broken in your comment form ... tabs to the search box from the comment textarea.)</description>
		<content:encoded><![CDATA[<p>Death to the sidebar!</p>
<p>(FYI: tab order is broken in your comment form &#8230; tabs to the search box from the comment textarea.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning a new programming language by Steven Fisher</title>
		<link>http://tewha.net/2009/10/learning-a-new-programming-language/comment-page-1/#comment-280</link>
		<dc:creator>Steven Fisher</dc:creator>
		<pubDate>Tue, 24 Nov 2009 16:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=1077#comment-280</guid>
		<description>I hear you, Howard. I bounced from Pascal to C++ about three years ago, and from C++ to Objective-C this year. You might think knowing C++ made it easier, but it actually made it harder. C++ was the Russian in my case.



The parts you need to know about C to learn Objective-C are mostly simple enough that I already knew most of them just from accessing stuff I needed to in C from my Pascal projects.



Which is why the only real approach to learning Objective-C to burry yourself in it.</description>
		<content:encoded><![CDATA[<p>I hear you, Howard. I bounced from Pascal to C++ about three years ago, and from C++ to Objective-C this year. You might think knowing C++ made it easier, but it actually made it harder. C++ was the Russian in my case.</p>
<p>The parts you need to know about C to learn Objective-C are mostly simple enough that I already knew most of them just from accessing stuff I needed to in C from my Pascal projects.</p>
<p>Which is why the only real approach to learning Objective-C to burry yourself in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Learning a new programming language by Howard Price</title>
		<link>http://tewha.net/2009/10/learning-a-new-programming-language/comment-page-1/#comment-279</link>
		<dc:creator>Howard Price</dc:creator>
		<pubDate>Tue, 24 Nov 2009 03:27:41 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=1077#comment-279</guid>
		<description>Man does that ever sum it up.  I came from a non-object oriented background.  Converting from Pascal to Objective C was like getting a Russian to teach a Frenchman how to speak Japanese.  There was a lot lost in translation....</description>
		<content:encoded><![CDATA[<p>Man does that ever sum it up.  I came from a non-object oriented background.  Converting from Pascal to Objective C was like getting a Russian to teach a Frenchman how to speak Japanese.  There was a lot lost in translation&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xcode and iPhone OS 3.0.1 by Steven Fisher</title>
		<link>http://tewha.net/2009/07/xcode-and-iphone-os-3-0-1/comment-page-1/#comment-278</link>
		<dc:creator>Steven Fisher</dc:creator>
		<pubDate>Wed, 09 Sep 2009 18:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=1009#comment-278</guid>
		<description>Kilian, Apple suggests using ln rather than aliases. I don&#039;t know why, but it&#039;s possible aliases don&#039;t work in all circumstances. (Or maybe Apple just thinks copy-paste is easier than a multi-step process.)</description>
		<content:encoded><![CDATA[<p>Kilian, Apple suggests using ln rather than aliases. I don&#8217;t know why, but it&#8217;s possible aliases don&#8217;t work in all circumstances. (Or maybe Apple just thinks copy-paste is easier than a multi-step process.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xcode and iPhone OS 3.0.1 by Kilian Sternad</title>
		<link>http://tewha.net/2009/07/xcode-and-iphone-os-3-0-1/comment-page-1/#comment-277</link>
		<dc:creator>Kilian Sternad</dc:creator>
		<pubDate>Sat, 29 Aug 2009 20:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=1009#comment-277</guid>
		<description>I don&#039;t know if anybody can be helped by this entry, but maybe: first of all no commandline editing is necessary, we can command-alt-drag the folder to create an alias (which then has to be renamed) or we can even duplicate that folder... (which will clutter our diskspace)
But: either of the three solutions may cease to work, even after it had already worked fine... this is where i am coming in today, after several hours of being close to a very unhappy mail to apple - and you guys helped, but the final solution you provided, which is so simple like command-alt-dragging that folder, is not found that obviously in your text, so i frame it a little bit :-)

---------------------------------------
if the symbolic link to the framework exists, but the iPhone is still rejected:

RESTART YOUR IPHONE - XCode will love you for that :-/
---------------------------------------

it was that simple, but i would never have thought of that, because the iPhone was detected and it also worked without any troubles (exept the compilation thingy)</description>
		<content:encoded><![CDATA[<p>I don&#8217;t know if anybody can be helped by this entry, but maybe: first of all no commandline editing is necessary, we can command-alt-drag the folder to create an alias (which then has to be renamed) or we can even duplicate that folder&#8230; (which will clutter our diskspace)<br />
But: either of the three solutions may cease to work, even after it had already worked fine&#8230; this is where i am coming in today, after several hours of being close to a very unhappy mail to apple &#8211; and you guys helped, but the final solution you provided, which is so simple like command-alt-dragging that folder, is not found that obviously in your text, so i frame it a little bit <img src='http://tewha.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
if the symbolic link to the framework exists, but the iPhone is still rejected:</p>
<p>RESTART YOUR IPHONE &#8211; XCode will love you for that :-/<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>it was that simple, but i would never have thought of that, because the iPhone was detected and it also worked without any troubles (exept the compilation thingy)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xcode and iPhone OS 3.0.1 by Carl Andrews</title>
		<link>http://tewha.net/2009/07/xcode-and-iphone-os-3-0-1/comment-page-1/#comment-276</link>
		<dc:creator>Carl Andrews</dc:creator>
		<pubDate>Wed, 19 Aug 2009 02:27:44 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=1009#comment-276</guid>
		<description>Steven, thanks again, that worked and all is right in the world again, well my world anyway :)</description>
		<content:encoded><![CDATA[<p>Steven, thanks again, that worked and all is right in the world again, well my world anyway <img src='http://tewha.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xcode and iPhone OS 3.0.1 by Steven Fisher</title>
		<link>http://tewha.net/2009/07/xcode-and-iphone-os-3-0-1/comment-page-1/#comment-275</link>
		<dc:creator>Steven Fisher</dc:creator>
		<pubDate>Wed, 19 Aug 2009 00:47:30 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=1009#comment-275</guid>
		<description>I had that problem, Carl, but earlier than 3.0.1. I think I ultimately just downloaded the profiles again from Apple&#039;s portal site, and re-selected them in the project settings. But it was a while ago.</description>
		<content:encoded><![CDATA[<p>I had that problem, Carl, but earlier than 3.0.1. I think I ultimately just downloaded the profiles again from Apple&#8217;s portal site, and re-selected them in the project settings. But it was a while ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xcode and iPhone OS 3.0.1 by Carl Andrews</title>
		<link>http://tewha.net/2009/07/xcode-and-iphone-os-3-0-1/comment-page-1/#comment-274</link>
		<dc:creator>Carl Andrews</dc:creator>
		<pubDate>Wed, 19 Aug 2009 00:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=1009#comment-274</guid>
		<description>Steven, Thanks, I see the provisioning files that I added back. They show up in the organizer window and when I get info on the project I set the distribution profile correctly and still get this error?

The iPhone “iPhone” doesn’t have the provisioning profile with which the application was signed.

Please add the provisioning profile via the Organizer, or check the “Code Signing Identity” build setting.</description>
		<content:encoded><![CDATA[<p>Steven, Thanks, I see the provisioning files that I added back. They show up in the organizer window and when I get info on the project I set the distribution profile correctly and still get this error?</p>
<p>The iPhone “iPhone” doesn’t have the provisioning profile with which the application was signed.</p>
<p>Please add the provisioning profile via the Organizer, or check the “Code Signing Identity” build setting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xcode and iPhone OS 3.0.1 by Steven Fisher</title>
		<link>http://tewha.net/2009/07/xcode-and-iphone-os-3-0-1/comment-page-1/#comment-273</link>
		<dc:creator>Steven Fisher</dc:creator>
		<pubDate>Tue, 18 Aug 2009 23:48:42 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=1009#comment-273</guid>
		<description>Carl, you&#039;ll probably have to add the provisioning file again to the organizer again.</description>
		<content:encoded><![CDATA[<p>Carl, you&#8217;ll probably have to add the provisioning file again to the organizer again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Xcode and iPhone OS 3.0.1 by Carl Andrews</title>
		<link>http://tewha.net/2009/07/xcode-and-iphone-os-3-0-1/comment-page-1/#comment-272</link>
		<dc:creator>Carl Andrews</dc:creator>
		<pubDate>Tue, 18 Aug 2009 23:42:49 +0000</pubDate>
		<guid isPermaLink="false">http://tewha.net/?p=1009#comment-272</guid>
		<description>OK, deleted and redid the copy and paste and it is now working but now doesn&#039;t find the mobile provisioning files</description>
		<content:encoded><![CDATA[<p>OK, deleted and redid the copy and paste and it is now working but now doesn&#8217;t find the mobile provisioning files</p>
]]></content:encoded>
	</item>
</channel>
</rss>
