<?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: SDKs and Deployment Targets</title>
	<atom:link href="http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/</link>
	<description>Clark’s musings</description>
	<lastBuildDate>Fri, 29 Jul 2011 20:57:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: W2OM &#8211; iPhone apps by code &#187; Blog Archive &#187; XCode &#8211; Build an application which will run on iPad, iPhone and iPod</title>
		<link>http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/comment-page-1/#comment-4856</link>
		<dc:creator>W2OM &#8211; iPhone apps by code &#187; Blog Archive &#187; XCode &#8211; Build an application which will run on iPad, iPhone and iPod</dc:creator>
		<pubDate>Mon, 29 Nov 2010 23:27:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.clarkcox.com/blog/?p=108#comment-4856</guid>
		<description>[...] First read : http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/ [...]</description>
		<content:encoded><![CDATA[<p>[...] First read : <a href="http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/" rel="nofollow">http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/comment-page-1/#comment-3319</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Mon, 09 Aug 2010 04:52:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.clarkcox.com/blog/?p=108#comment-3319</guid>
		<description>I see so the only reason you would need to have a previous version of xcode installed is for the 3.1 and below simulators?</description>
		<content:encoded><![CDATA[<p>I see so the only reason you would need to have a previous version of xcode installed is for the 3.1 and below simulators?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clark Cox</title>
		<link>http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/comment-page-1/#comment-3313</link>
		<dc:creator>Clark Cox</dc:creator>
		<pubDate>Sun, 08 Aug 2010 06:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.clarkcox.com/blog/?p=108#comment-3313</guid>
		<description>One doesn&#039;t. Using the technique I described, you never need to build against anything but the latest SDK.</description>
		<content:encoded><![CDATA[<p>One doesn&#8217;t. Using the technique I described, you never need to build against anything but the latest SDK.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/comment-page-1/#comment-3306</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Sun, 08 Aug 2010 01:58:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.clarkcox.com/blog/?p=108#comment-3306</guid>
		<description>Nice article, very well written, but how do you install previous SDK&#039;s earlier than 3.2 without reinstalling xcode? In the BASE SDK option for my project, I only have the options for 3.2 and 4.0?</description>
		<content:encoded><![CDATA[<p>Nice article, very well written, but how do you install previous SDK&#8217;s earlier than 3.2 without reinstalling xcode? In the BASE SDK option for my project, I only have the options for 3.2 and 4.0?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john ellis</title>
		<link>http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/comment-page-1/#comment-3212</link>
		<dc:creator>john ellis</dc:creator>
		<pubDate>Fri, 30 Jul 2010 03:17:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.clarkcox.com/blog/?p=108#comment-3212</guid>
		<description>yeah... i think i&#039;ll just create a new build configuration and turn them on for that one and then periodically build that configuration to check for those cases.</description>
		<content:encoded><![CDATA[<p>yeah&#8230; i think i&#8217;ll just create a new build configuration and turn them on for that one and then periodically build that configuration to check for those cases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clark Cox</title>
		<link>http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/comment-page-1/#comment-3208</link>
		<dc:creator>Clark Cox</dc:creator>
		<pubDate>Thu, 29 Jul 2010 15:28:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.clarkcox.com/blog/?p=108#comment-3208</guid>
		<description>Besides disabling the deprecation warnings (which might hide things that you &lt;i&gt;do&lt;/i&gt; want to hear about), there&#039;s not much you can do to silence the warning. The best thing to do would be to &lt;a href=&quot;http://bugreport.apple.com&quot; rel=&quot;nofollow&quot;&gt;file a bug with Apple&lt;/a&gt; asking that they provide some way to silence these warnings in a case–by–case fashion.</description>
		<content:encoded><![CDATA[<p>Besides disabling the deprecation warnings (which might hide things that you <i>do</i> want to hear about), there&#8217;s not much you can do to silence the warning. The best thing to do would be to <a href="http://bugreport.apple.com" rel="nofollow">file a bug with Apple</a> asking that they provide some way to silence these warnings in a case–by–case fashion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john ellis</title>
		<link>http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/comment-page-1/#comment-3207</link>
		<dc:creator>john ellis</dc:creator>
		<pubDate>Thu, 29 Jul 2010 14:11:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.clarkcox.com/blog/?p=108#comment-3207</guid>
		<description>i have a related question.  when dealing with deprecated methods, how do you do this without all the warnings.  for instance:

in CLLocation, the method: 
- (CLLocationDistance)getDistanceFrom:(const CLLocation *)location

changed to 

- (CLLocationDistance)distanceFromLocation:(const CLLocation *)location

in iOS 3.2... but i want to be able to run against iOS 3.1.x.  if i do the tests above, i still get compiler warnings.  so how do i get rid of the warnings?

thanks,

john</description>
		<content:encoded><![CDATA[<p>i have a related question.  when dealing with deprecated methods, how do you do this without all the warnings.  for instance:</p>
<p>in CLLocation, the method:<br />
- (CLLocationDistance)getDistanceFrom:(const CLLocation *)location</p>
<p>changed to </p>
<p>- (CLLocationDistance)distanceFromLocation:(const CLLocation *)location</p>
<p>in iOS 3.2&#8230; but i want to be able to run against iOS 3.1.x.  if i do the tests above, i still get compiler warnings.  so how do i get rid of the warnings?</p>
<p>thanks,</p>
<p>john</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/comment-page-1/#comment-3009</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sun, 04 Jul 2010 21:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.clarkcox.com/blog/?p=108#comment-3009</guid>
		<description>Very helpful post, thank you!</description>
		<content:encoded><![CDATA[<p>Very helpful post, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raj</title>
		<link>http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/comment-page-1/#comment-2042</link>
		<dc:creator>Raj</dc:creator>
		<pubDate>Sat, 27 Mar 2010 16:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.clarkcox.com/blog/?p=108#comment-2042</guid>
		<description>Thank you so much for this post -- clarifies things immensely for the upcoming iPad transition!</description>
		<content:encoded><![CDATA[<p>Thank you so much for this post &#8212; clarifies things immensely for the upcoming iPad transition!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-11-02 &#171; Amy G. Dala</title>
		<link>http://www.clarkcox.com/blog/2009/06/23/sdks-and-deployment-targets/comment-page-1/#comment-1074</link>
		<dc:creator>links for 2009-11-02 &#171; Amy G. Dala</dc:creator>
		<pubDate>Mon, 02 Nov 2009 14:02:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.clarkcox.com/blog/?p=108#comment-1074</guid>
		<description>[...] Clarkcox.com » Blog Archive » SDKs and Deployment Targets (tags: iphone development reference) [...]</description>
		<content:encoded><![CDATA[<p>[...] Clarkcox.com » Blog Archive » SDKs and Deployment Targets (tags: iphone development reference) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

