<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Automatic Reference Counting (ARC) and Cordova Plugins</title>
	<atom:link href="http://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/feed/" rel="self" type="application/rss+xml" />
	<link>http://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/</link>
	<description>at Adobe Systems Inc.</description>
	<lastBuildDate>Wed, 22 May 2013 19:45:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: shazron</title>
		<link>http://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/#comment-4865</link>
		<dc:creator><![CDATA[shazron]]></dc:creator>
		<pubDate>Fri, 08 Feb 2013 14:59:06 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=479#comment-4865</guid>
		<description><![CDATA[Seems you managed to solve it in the GG :) Which would have been my recommendation as well once I saw the errors.]]></description>
		<content:encoded><![CDATA[<p>Seems you managed to solve it in the GG <img src='http://s0.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Which would have been my recommendation as well once I saw the errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spatiality Apps (@spatialityapps)</title>
		<link>http://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/#comment-4799</link>
		<dc:creator><![CDATA[Spatiality Apps (@spatialityapps)]]></dc:creator>
		<pubDate>Sun, 03 Feb 2013 20:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=479#comment-4799</guid>
		<description><![CDATA[Shazron, have you (or anyone else on the Cordova team) had the chance to review the MapKit plugin for ARC issues?  I recently installed Cordova 2.3.0 for iOS and am using Xcode 4.5.2 (though the same problems happen with Xcode 4.6).  When I follow the instructions at https://github.com/purplecabbage/phonegap-plugins/tree/master/iOS/MapKit to install the MapKit plugin, I get &quot;Apple Mach-O Linker Errors&quot;:

Undefined symbols for architecture i386:
  &quot;_MKCoordinateRegionMakeWithDistance&quot;, referenced from:
      -[MapKitView setMapData:withDict:] in MapKit.o
  &quot;_OBJC_CLASS_$_MKMapView&quot;, referenced from:
      objc-class-ref in MapKit.o
  &quot;_OBJC_CLASS_$_MKPinAnnotationView&quot;, referenced from:
      objc-class-ref in MapKit.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I also posted about this in Phonegap Google Groups (https://groups.google.com/forum/#!topic/phonegap/o5obsAx9bqw).

I also tried your suggestions above about updating the plugin to ARC, or to set the compiler flag, but Xcode says the MapKit.m file cannot be upgraded to ARC.  And with the compiler flag I get a whole bunch of other ARC-related errors.  Not sure what to do (other than drop the MapKit plugin and use a 3rd-party mapping solution, which wouldn&#039;t be ideal).

Thanks!

Steve]]></description>
		<content:encoded><![CDATA[<p>Shazron, have you (or anyone else on the Cordova team) had the chance to review the MapKit plugin for ARC issues?  I recently installed Cordova 2.3.0 for iOS and am using Xcode 4.5.2 (though the same problems happen with Xcode 4.6).  When I follow the instructions at <a href="https://github.com/purplecabbage/phonegap-plugins/tree/master/iOS/MapKit" rel="nofollow">https://github.com/purplecabbage/phonegap-plugins/tree/master/iOS/MapKit</a> to install the MapKit plugin, I get &#8220;Apple Mach-O Linker Errors&#8221;:</p>
<p>Undefined symbols for architecture i386:<br />
  &#8220;_MKCoordinateRegionMakeWithDistance&#8221;, referenced from:<br />
      -[MapKitView setMapData:withDict:] in MapKit.o<br />
  &#8220;_OBJC_CLASS_$_MKMapView&#8221;, referenced from:<br />
      objc-class-ref in MapKit.o<br />
  &#8220;_OBJC_CLASS_$_MKPinAnnotationView&#8221;, referenced from:<br />
      objc-class-ref in MapKit.o<br />
ld: symbol(s) not found for architecture i386<br />
clang: error: linker command failed with exit code 1 (use -v to see invocation)</p>
<p>I also posted about this in Phonegap Google Groups (<a href="https://groups.google.com/forum/#!topic/phonegap/o5obsAx9bqw" rel="nofollow">https://groups.google.com/forum/#!topic/phonegap/o5obsAx9bqw</a>).</p>
<p>I also tried your suggestions above about updating the plugin to ARC, or to set the compiler flag, but Xcode says the MapKit.m file cannot be upgraded to ARC.  And with the compiler flag I get a whole bunch of other ARC-related errors.  Not sure what to do (other than drop the MapKit plugin and use a 3rd-party mapping solution, which wouldn&#8217;t be ideal).</p>
<p>Thanks!</p>
<p>Steve</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shazron</title>
		<link>http://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/#comment-1578</link>
		<dc:creator><![CDATA[shazron]]></dc:creator>
		<pubDate>Thu, 18 Oct 2012 18:32:39 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=479#comment-1578</guid>
		<description><![CDATA[2.2.0rc1 is out now. https://github.com/phonegap/phonegap/tags]]></description>
		<content:encoded><![CDATA[<p>2.2.0rc1 is out now. <a href="https://github.com/phonegap/phonegap/tags" rel="nofollow">https://github.com/phonegap/phonegap/tags</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shazron</title>
		<link>http://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/#comment-1482</link>
		<dc:creator><![CDATA[shazron]]></dc:creator>
		<pubDate>Fri, 21 Sep 2012 19:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=479#comment-1482</guid>
		<description><![CDATA[We just tagged the 2.1.0 download in Github: https://github.com/phonegap/phonegap/tags]]></description>
		<content:encoded><![CDATA[<p>We just tagged the 2.1.0 download in Github: <a href="https://github.com/phonegap/phonegap/tags" rel="nofollow">https://github.com/phonegap/phonegap/tags</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shazron</title>
		<link>http://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/#comment-1481</link>
		<dc:creator><![CDATA[shazron]]></dc:creator>
		<pubDate>Fri, 21 Sep 2012 18:51:11 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=479#comment-1481</guid>
		<description><![CDATA[Yes for the most part, but 2.2.0 will be the update that fixes all of the remaining iOS 6 issues. This release was packaged before the iPhone 5 launch - so the next release irons out issues related to that as well.]]></description>
		<content:encoded><![CDATA[<p>Yes for the most part, but 2.2.0 will be the update that fixes all of the remaining iOS 6 issues. This release was packaged before the iPhone 5 launch &#8211; so the next release irons out issues related to that as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aidan Langelaan</title>
		<link>http://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/#comment-1480</link>
		<dc:creator><![CDATA[Aidan Langelaan]]></dc:creator>
		<pubDate>Fri, 21 Sep 2012 18:48:53 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=479#comment-1480</guid>
		<description><![CDATA[Great! Thank you for the update. Will also have better support for iOS6?]]></description>
		<content:encoded><![CDATA[<p>Great! Thank you for the update. Will also have better support for iOS6?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shazron</title>
		<link>http://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/#comment-1478</link>
		<dc:creator><![CDATA[shazron]]></dc:creator>
		<pubDate>Fri, 21 Sep 2012 18:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=479#comment-1478</guid>
		<description><![CDATA[Sorry about this. This was supposed to be our first Apache release but there are two rounds of votes needed (each lasting 72 hours) that we didn&#039;t account for. 

Instead of waiting for Apache to approve the official release, we will release the same tagged identical source as 2.1 on phonegap.com - we are preparing it today in fact (Fri Sept 21st 2012).]]></description>
		<content:encoded><![CDATA[<p>Sorry about this. This was supposed to be our first Apache release but there are two rounds of votes needed (each lasting 72 hours) that we didn&#8217;t account for. </p>
<p>Instead of waiting for Apache to approve the official release, we will release the same tagged identical source as 2.1 on phonegap.com &#8211; we are preparing it today in fact (Fri Sept 21st 2012).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aidan Langelaan</title>
		<link>http://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/#comment-1476</link>
		<dc:creator><![CDATA[Aidan Langelaan]]></dc:creator>
		<pubDate>Fri, 21 Sep 2012 12:25:14 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=479#comment-1476</guid>
		<description><![CDATA[Have you got an updates ETA since the week op the 10th of Sept has already passed?]]></description>
		<content:encoded><![CDATA[<p>Have you got an updates ETA since the week op the 10th of Sept has already passed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Hill</title>
		<link>http://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/#comment-1474</link>
		<dc:creator><![CDATA[Benjamin Hill]]></dc:creator>
		<pubDate>Thu, 20 Sep 2012 18:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=479#comment-1474</guid>
		<description><![CDATA[Any new ETA? Thanks!]]></description>
		<content:encoded><![CDATA[<p>Any new ETA? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shazron</title>
		<link>http://shazronatadobe.wordpress.com/2012/09/05/automatic-reference-counting-arc-and-cordova-plugins/#comment-1417</link>
		<dc:creator><![CDATA[shazron]]></dc:creator>
		<pubDate>Sun, 09 Sep 2012 06:08:21 +0000</pubDate>
		<guid isPermaLink="false">http://shazronatadobe.wordpress.com/?p=479#comment-1417</guid>
		<description><![CDATA[It will be the week of Sept 10th. Last minute issues have cropped up, so the best I can give is that 1 week timeframe.]]></description>
		<content:encoded><![CDATA[<p>It will be the week of Sept 10th. Last minute issues have cropped up, so the best I can give is that 1 week timeframe.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
