<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ArcGIS API 1.8 Beta and Xcode 4 in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303647#M2694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Solved! I managed to add the libstdc++.6.0.9.dylib and the CoreText into my project framework. Succesful migration to XCode 4 + API v1.8 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alberto&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Apr 2011 04:49:54 GMT</pubDate>
    <dc:creator>koaltechs_</dc:creator>
    <dc:date>2011-04-29T04:49:54Z</dc:date>
    <item>
      <title>ArcGIS API 1.8 Beta and Xcode 4</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303643#M2690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to create a new project using the 1.8 Beta API in Xcode 4. When I include the Other Linker Flags &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;-all_load&lt;/SPAN&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;-ObjC&lt;/SPAN&gt;&lt;SPAN&gt;, I get 60 Apple Mach-O Linker (Id) errors. When I exclude them, the project builds fine, but the ArcGIS library doesn't seem to be included. What should I do about this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Apr 2011 19:07:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303643#M2690</guid>
      <dc:creator>RobertMartin2</dc:creator>
      <dc:date>2011-04-03T19:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 1.8 Beta and Xcode 4</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303644#M2691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The quick answer is to uninstall XCode4 and install XCode 3.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;(This assumes you can get your hands on a package of #3).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There probably is a manual process of setting up a project without the templates.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Apr 2011 16:09:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303644#M2691</guid>
      <dc:creator>RickJones</dc:creator>
      <dc:date>2011-04-04T16:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 1.8 Beta and Xcode 4</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303645#M2692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I personally to migrate from xCode 3 to 4 is pretty simple, just open the project with xCode 4 and everything should work, if you also migrated to version 1.8, you should add the library libstdc++.6.0.9.dylib that worked for me.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Apr 2011 22:42:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303645#M2692</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-04-14T22:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 1.8 Beta and Xcode 4</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303646#M2693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I personally to migrate from xCode 3 to 4 is pretty simple, just open the project with xCode 4 and everything should work, if you also migrated to version 1.8, you should add the library libstdc++.6.0.9.dylib that worked for me.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am newby, just updated to xCode 4 and API v1.8. Could you let me know how to add the library libstdc++.6.0.9.dylib?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alberto&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2011 22:04:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303646#M2693</guid>
      <dc:creator>koaltechs_</dc:creator>
      <dc:date>2011-04-27T22:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 1.8 Beta and Xcode 4</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303647#M2694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Solved! I managed to add the libstdc++.6.0.9.dylib and the CoreText into my project framework. Succesful migration to XCode 4 + API v1.8 &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Alberto&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Apr 2011 04:49:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303647#M2694</guid>
      <dc:creator>koaltechs_</dc:creator>
      <dc:date>2011-04-29T04:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 1.8 Beta and Xcode 4</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303648#M2695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Solved! I managed to add the libstdc++.6.0.9.dylib and the CoreText into my project framework. Succesful migration to XCode 4 + API v1.8 &lt;BR /&gt;&lt;BR /&gt;Alberto&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Alberto,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having the same problem. Where is libstdc++.6.0.9.dylib. all info is greatly appreciated&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 22:48:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303648#M2695</guid>
      <dc:creator>SallyGracia</dc:creator>
      <dc:date>2011-05-17T22:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS API 1.8 Beta and Xcode 4</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303649#M2696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This doc contains instructions on how to set up your Xcode project : &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/1.8/concepts/index.html#/Creating_a_New_Xcode_Project/00pw00000044000000/"&gt;http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/1.8/concepts/index.html#/Creating_a_New_Xcode_Project/00pw00000044000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 May 2011 15:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/arcgis-api-1-8-beta-and-xcode-4/m-p/303649#M2696</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2011-05-19T15:19:04Z</dc:date>
    </item>
  </channel>
</rss>

