<?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: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698346#M6235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the prompt reply.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about the SDKS folder under /Library?&amp;nbsp; Should I remove that too, before reinstalling?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Library/SDKs/ArcGIS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;subfolders: ArcGIS.framework and Samples&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And in a correct installation, where should the Esri SDK reside: under /Library or ${HOME}/Library? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2012 17:51:19 GMT</pubDate>
    <dc:creator>DavidMarley</dc:creator>
    <dc:date>2012-04-09T17:51:19Z</dc:date>
    <item>
      <title>Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698341#M6230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am in the process of upgrading to the newest SDK version 2.2. I uninstalled version 2.1 and installed version 2.2. I have followed the directions for migrating an existing application &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/2.2/concepts/index.html#/What_s_new_in_version_2_2/00pw0000005w000000/" rel="nofollow" target="_blank"&gt;here&lt;/A&gt;&lt;SPAN&gt; to upgrade the references etc. for an existing project, and have also tried to get the new v2.2 MapViewDemo to run. In both cases Xcode cannot find the new ArcGIS.h file - I get a compile error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color:&amp;quot;#0000FF&amp;quot;;"&gt;'ArcGIS/ArcGIS.h' file not found&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've double checked the steps against &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/2.2/concepts/index.html#/Configuring_an_Xcode_Project/00pw00000044000000/" rel="nofollow" target="_blank"&gt;these&lt;/A&gt;&lt;SPAN&gt; instructions as well. Also I am able to see the new /Library/SDKs/ArcGIS folder via Finder, though I do not see an ArcGIS.h file anywhere under there (not sure if I am suppose to or not).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One small discrepancy I noticed between the online help doc and the settings in the MapViewDemo project is that the Framework Search Path is slightly different:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sample: $HOME/Library/SDKs&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Online Help: ${HOME}/Library/SDKs/ArcGIS&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In any case, neither seem to work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could this be a permission issue or something? Should ArcGIS.h be visible in Finder somewhere under /Library/SDKs/ArcGIS? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks...&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 20:50:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698341#M6230</guid>
      <dc:creator>DavidMarley</dc:creator>
      <dc:date>2012-04-04T20:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698342#M6231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Okay..let's make MapViewDemo up and running first and then we'll look into your project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Did install of v2.2 successfully completed? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Do you see ArcGIS.framework and Samples folder under ${HOME}/Library/SDKs/ArcGIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. You mentioned that the Framework Search Paths in build settings of MapViewDemo is $HOME/Library/SDKs. It must be either ${HOME}/Library/SDKs/** or ${HOME}/Library/SDKs/ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Do you see 'Other Linker Flags' set to -ObjC -all_load -framework ArcGIS -lstdc++?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2012 21:22:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698342#M6231</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-04-04T21:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698343#M6232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any update on this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 22:05:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698343#M6232</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-04-05T22:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698344#M6233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Nimesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the tips.&amp;nbsp; Still having issue.&amp;nbsp; I think the issue is with the aliases/files under ${HOME}/Library/SDKs/ArcGIS.&amp;nbsp; See my answer to your question #2 below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;￼￼1. Did install of v2.2 successfully completed? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Answer: Yes. I had v2.1 installed previously.&amp;nbsp; I did not uninstall 2.1 beforehand, but I did uninstall it later.&amp;nbsp; Perhaps that is related to my issue...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Do you see ArcGIS.framework and Samples folder under ${HOME}/Library/SDKs/ArcGIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Answer: See attached screenshot (first one below).&amp;nbsp; I see ArcGIS.framework there but not samples.&amp;nbsp; Under ArcGIS.framework there are 3 aliases but they are all "broken" - double-clicking on one gives error "The operation can't be completed because the original item for 'ArcGIS' can't be found."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do see ArcGIS.framework and Samples directly under /Library/SDKs/ArcGIS.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: I am still somewhat new to macs, and am not totally clear on the relationship between these folders (i.e., /Library vs.&amp;nbsp; ${HOME}/Library)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3. You mentioned that the Framework Search Paths in build settings of MapViewDemo is $HOME/Library/SDKs. It must be either ${HOME}/Library/SDKs/** or ${HOME}/Library/SDKs/ArcGIS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Answer: See attached screenshot (second one below) - another mac/Xcode detail I am a little unclear on.&amp;nbsp; The value /Users/myuserid/Library/SDKs/** is what displays on the Build Settings page, but if you double-click to edit it shows value $HOME/Library/SDKs.&amp;nbsp; I assume this is OK/correct - just slightly confusing why it shows two different ways.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Do you see 'Other Linker Flags' set to -ObjC -all_load -framework ArcGIS -lstdc++?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;gt;&amp;gt; Answer: Yes these are all set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;EDIT: Additionally, If I run the uninstall located under '/Library/Application Support/AGSiOSSDK ', the log file it generates says there is nothing to uninstall, and all of the files/folders noted above are still there:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Nothing to uninstall&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Uninstall completed successfully&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13342[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13343[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 16:05:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698344#M6233</guid>
      <dc:creator>DavidMarley</dc:creator>
      <dc:date>2012-04-09T16:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698345#M6234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;See attached screenshot (first one below). I see ArcGIS.framework there but not samples. Under ArcGIS.framework there are 3 aliases but they are all "broken" - double-clicking on one gives error "The operation can't be completed because the original item for 'ArcGIS' can't be found."&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is incomplete content and items missing in there...either it did not install completely or uninstalled completely. Just go to /Users/myuserid/Library/Application Support and remove AGSiOSSDK folder. Also, go to /Users/myuserid/Library and remove SDKs folder. Now, reinstall the SDK package.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Note: I am still somewhat new to macs, and am not totally clear on the relationship between these folders (i.e., /Library vs. ${HOME}/Library)&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Library - Library folder available at your hard drive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;${HOME}/Library - This is same as /Users/myuserid/Library. ${HOME} = /Users/myuserid. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this is clear to you now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;See attached screenshot (second one below) - another mac/Xcode detail I am a little unclear on. The value /Users/myuserid/Library/SDKs/** is what displays on the Build Settings page, but if you double-click to edit it shows value $HOME/Library/SDKs. I assume this is OK/correct - just slightly confusing why it shows two different ways.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes, that's correct.&amp;nbsp; ${HOME} = /Users/myuserid. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We've released v2.2.1 with just one fix for the reason below...Please download, install and let me know if you still have any problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;v2.2.1&lt;BR /&gt;This update contains a minor fix to the SDK installation package. The installer was unnecessarily laying down files related to legacy XCode Project Templates. These templates were deprecated and removed back at v2.1. In majority of the cases, the template files did not cause any harm. However, in exceptional cases, users were not able to install v2.2 due to permission issues related to where the files were being written. The v2.2.1 installer does not lay down these files.&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 17:24:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698345#M6234</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-04-09T17:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698346#M6235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the prompt reply.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What about the SDKS folder under /Library?&amp;nbsp; Should I remove that too, before reinstalling?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;/Library/SDKs/ArcGIS&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;subfolders: ArcGIS.framework and Samples&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And in a correct installation, where should the Esri SDK reside: under /Library or ${HOME}/Library? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 17:51:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698346#M6235</guid>
      <dc:creator>DavidMarley</dc:creator>
      <dc:date>2012-04-09T17:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698347#M6236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The SDK should reside under ${HOME}/Library. If you have andy ArcGIS content under /Library then delete them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 17:53:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698347#M6236</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-04-09T17:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698348#M6237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I deleted all of those folders, downloaded the new installer (2.2.1) and reinstalled the SDK....and got the same result.&amp;nbsp; The SDK is installing under /Library instead of ${HOME}/Library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My user is an administrator (i.e., "Allow user to administer this computer" is checked) on this system.&amp;nbsp; Could that be it? If there is something else that I am doing wrong during the installation, I can't figure what it would be.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See attached screen shot showing the installed SDK under /Library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13349[/ATTACH]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 18:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698348#M6237</guid>
      <dc:creator>DavidMarley</dc:creator>
      <dc:date>2012-04-09T18:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698349#M6238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;User is an administrator is not the reason of this. Let's diagnose the issue. Please follow below steps and send the information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Open Terminal and type command, 'echo $HOME' (without quotes). Send the output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Open /Application/Utilities/Console &amp;gt;&amp;gt; Click 'Clear Display'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Now install the SDK, you'll see the install logs in the Console display.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Send us the log information. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Since, the SDK is getting installed at /Library, you'll see a AGSiOSSDK folder under /Library/Application Support. Please give manifest file from that folder.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2012 23:10:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698349#M6238</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-04-09T23:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698350#M6239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well I was finally able to get the new SDK installed, though if I mention what the issue was no one is going to believe me (LOL)!&amp;nbsp; I followed the steps above to capture the messages output by the installer using the Console.&amp;nbsp; I also did the same last night on my mac at home (where it installed fine) and compared the results.&amp;nbsp; On the system with the install issue, the console output included the following suspicious messages:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4/10/12 7:20:49.704 AM authorizationhost SFBuiltinEntitled: Installer.app is not entitled for system.install.apple-software&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4/10/12 7:20:49.732 AM authorizationhost SFBuiltinEntitled: Installer.app is not entitled for system.install.app-store-software&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4/10/12 7:20:49.757 AM authorizationhost SFBuiltinEntitled: Installer.app is not entitled for system.install.app-store-software&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4/10/12 7:20:49.758 AM com.apple.SecurityServer Failed to authorize right 'system.install.app-store-software' by client '/System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/Resources/installd' [281] for authorization created by '/System/Library/CoreServices/Installer.app' [270]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did a little Googling for the error 'Installer.app is not entitled for system.install.apple-software' and saw others having similar issues on OS X 10.7.3 for other software installs.&amp;nbsp; One person having this issue noted having to remove a prior version AND EMPTY THEIR TRASH.&amp;nbsp; Seemed like a long shot to me, but I tried it and it worked!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I had tried this probably 5 times (if not more) yesterday, and once this morning, by manually deleting the SDKs folder (and AGSiOSSDK under Application Support), but never emptying my trash - always with the same result.&amp;nbsp; Then I tried it with also emptying the trash, and the install worked straight away. Go figure....sounds crazy but it is true.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing to note is that during the successful install the installer presented an extra window "How do you want to install this software? - Install for me only" that was &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;not&lt;/SPAN&gt;&lt;SPAN&gt; present in the unsuccessful&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; installs.&amp;nbsp; See this screenshot:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]13378[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In any case I am up and running now.&amp;nbsp; Thanks for all the detailed assistance Nimesh.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One quick point and one last (somewhat related) question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. The Esri Help/documentation does not say whether prior versions of the SDK should be uninstalled before installing a new version or not.&amp;nbsp; It'd be helpful if the documentation clarified this point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. The Online documentation topic "&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/2.2/concepts/index.html#/Configuring_an_Xcode_Project/00pw00000044000000/"&gt;Configuring an Xcode Project&lt;/A&gt;&lt;SPAN&gt;" says to add the following compiler linker flags: "-ObjC -all_load -framework ArcGIS".&amp;nbsp; But the samples also include the additional flag "-lstdc++". Is the latter required?&amp;nbsp; Small detail I know, but the documentation and samples are not consistent here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dave&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 12:50:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698350#M6239</guid>
      <dc:creator>DavidMarley</dc:creator>
      <dc:date>2012-04-10T12:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698351#M6240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Surprising! Seeing this kinda issue first time! Glad to know that everything is up and running now! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1. The Esri Help/documentation does not say whether prior versions of the SDK should be uninstalled before installing a new version or not. It'd be helpful if the documentation clarified this point.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You do not require to explicitly uninstalling old version. When you install new version, that will take care of that. In your case, since it was getting installed at different location, it was not able to do.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;2. The Online documentation topic "Configuring an Xcode Project" says to add the following compiler linker flags: "-ObjC -all_load -framework ArcGIS". But the samples also include the additional flag "-lstdc++". Is the latter required? Small detail I know, but the documentation and samples are not consistent here.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you remove additional flag "-lstdc++", then you'll HAVE to add "libstdc++.dylib" to the project. That's the difference. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Apr 2012 16:42:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698351#M6240</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-04-10T16:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698352#M6241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;User is an administrator is not the reason of this. Let's diagnose the issue. Please follow below steps and send the information.&lt;BR /&gt;&lt;BR /&gt;1. Open Terminal and type command, 'echo $HOME' (without quotes). Send the output.&lt;BR /&gt;2. Open /Application/Utilities/Console &amp;gt;&amp;gt; Click 'Clear Display'.&lt;BR /&gt;3. Now install the SDK, you'll see the install logs in the Console display.&lt;BR /&gt;4. Send us the log information. &lt;BR /&gt;5. Since, the SDK is getting installed at /Library, you'll see a AGSiOSSDK folder under /Library/Application Support. Please give manifest file from that folder.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Nimesh&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I got problem as well installing the 2.2.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here some details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Installing as root user.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;localhost:work_31 root# echo $HOME&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/var/root&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No install logs in the console.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No template is created in Xcode for ArcGIS. In order words, I can't create a new project for ArcGIS iOS project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I got this problem as well running the examples - 'ArcGIS/ArcGIS.h' file not found&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I solve this problem of not completing the install?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Noli&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 May 2012 13:12:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698352#M6241</guid>
      <dc:creator>NoliSicad</dc:creator>
      <dc:date>2012-05-12T13:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698353#M6242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should not install SDK with root user. Install with user which Xcode is going to run with. Also, you won't see any templates installed with v2.2.1. Those are not supported.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2012 17:31:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698353#M6242</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-05-14T17:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698354#M6243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had the same problem.. but uninstalling and emptying my trash did not solve my problem. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After debugging it the whole day.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ive decided to use the extreme.. RESTART.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After uninstalling, I did a restart. (without xcode running)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I did a fresh install, then did another restart (without xcode running)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;After restarting, I started xcode. AND ALL IS FINE! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope it helped some guys out there that had the same problem as me. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2012 05:20:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698354#M6243</guid>
      <dc:creator>SteveTan1</dc:creator>
      <dc:date>2012-05-23T05:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698355#M6244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been following this thread because I had a similar kinda error. What finally fixed my issue was replace &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#import "ArcGIS.h"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;with &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;#import "ArcGIS/ArcGIS.h"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know its a silly question to ask but can some be generous enough to explain why ? (I ask because since we put the framework search path to be ~../SDKs/ArcGIS/** ) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;regards,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 03:19:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698355#M6244</guid>
      <dc:creator>poddapodi</dc:creator>
      <dc:date>2012-08-15T03:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Version 2.2 SDK Error: 'ArcGIS/ArcGIS.h' file not found</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698356#M6245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;#import &amp;lt;ArcGIS/ArcGIS.h&amp;gt; should have fixed your issue not #import "ArcGIS/ArcGIS.h". Framework search path will take you to&amp;nbsp; reach header file location but in order to use it, you must import it. Like the same way you do for any other iOS SDK framework (#import &amp;lt;UIKit/UIKit.h&amp;gt;).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2012 15:08:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/version-2-2-sdk-error-arcgis-arcgis-h-file-not/m-p/698356#M6245</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-08-15T15:08:26Z</dc:date>
    </item>
  </channel>
</rss>

