<?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: Setting Up SDK for Use by an Xcode Bot in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/setting-up-sdk-for-use-by-an-xcode-bot/m-p/224940#M2072</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kristopher, thanks for your blog post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using Mac OSX 10.11 El Capitan as the server, the directory structure changed a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The build is ran from the directory /var/_xcsbuildd/, so instead of linking to /var/teamsserver/Library/SDKs, just link to /var/_xcsbuildd/Library/SDKs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo ln -s ~/Library/SDKs /var/_xcsbuildd/Library/SDKs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not forget to check that the full path to the .framework directory is accessible by all the users (your home directory, your library directory, etc).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Feb 2016 06:07:39 GMT</pubDate>
    <dc:creator>marius</dc:creator>
    <dc:date>2016-02-09T06:07:39Z</dc:date>
    <item>
      <title>Setting Up SDK for Use by an Xcode Bot</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/setting-up-sdk-for-use-by-an-xcode-bot/m-p/224938#M2070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I decided to set up an Xcode bot to automatically build and test my app that uses the SDK. I ran into one problem: the SDK installer puts everything in the user's home directory (under ~/Library), but Xcode bots run under a special account (_teamsserver). By default, that account does not have a home directory, and there is no way to log in as that user to install the SDK. So if the Xcode project uses a path like "$(HOME)/Library/SDKs/ArcGIS/iOS", the bot will not be able to find the files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One solution would be to use full paths in the Xcode project, but that would require agreement on a shared location. Instead, I figured out how to set up the _teamsserver home directory with a symlink to my user account's SDK installation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Full details are in a blog post here: &lt;/SPAN&gt;&lt;A href="http://undefinedvalue.com/2014/02/08/setting-arcgis-runtime-sdk-ios-xcode-bot"&gt;http://undefinedvalue.com/2014/02/08/setting-arcgis-runtime-sdk-ios-xcode-bot&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If anyone has any better ideas, I'd like to hear them.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be nice if the SDK installer provided an option to install the SDK files somewhere other than the user's home directory.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Feb 2014 15:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/setting-up-sdk-for-use-by-an-xcode-bot/m-p/224938#M2070</guid>
      <dc:creator>KristopherJohnson</dc:creator>
      <dc:date>2014-02-08T15:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Up SDK for Use by an Xcode Bot</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/setting-up-sdk-for-use-by-an-xcode-bot/m-p/224939#M2071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is pretty easy, really: Just pick up the ArcGIS.framework and move it to some other folder. Yes, it's inconvenient that the installer does not give you that option, but it's easy to work around it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Apr 2014 14:40:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/setting-up-sdk-for-use-by-an-xcode-bot/m-p/224939#M2071</guid>
      <dc:creator>AllenBrunson</dc:creator>
      <dc:date>2014-04-01T14:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Setting Up SDK for Use by an Xcode Bot</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/setting-up-sdk-for-use-by-an-xcode-bot/m-p/224940#M2072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kristopher, thanks for your blog post.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using Mac OSX 10.11 El Capitan as the server, the directory structure changed a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The build is ran from the directory /var/_xcsbuildd/, so instead of linking to /var/teamsserver/Library/SDKs, just link to /var/_xcsbuildd/Library/SDKs:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo ln -s ~/Library/SDKs /var/_xcsbuildd/Library/SDKs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not forget to check that the full path to the .framework directory is accessible by all the users (your home directory, your library directory, etc).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Feb 2016 06:07:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/setting-up-sdk-for-use-by-an-xcode-bot/m-p/224940#M2072</guid>
      <dc:creator>marius</dc:creator>
      <dc:date>2016-02-09T06:07:39Z</dc:date>
    </item>
  </channel>
</rss>

