<?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 Xcode 7 Building for iOS 9  in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/xcode-7-building-for-ios-9/m-p/724024#M6476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently using Xcode 7 (Beta 6).&amp;nbsp; I can build and run against the Simulator. But when I attempt to build and run against a real iPhone 6 running iOS 9, I get the following link error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue; font-size: 12px;"&gt;ld: 'Pods/ArcGIS-Runtime-SDK-iOS/ArcGIS.framework/ArcGIS(libArcGISRT.a-arm64-master.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64&lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue; font-size: 12px;"&gt;clang: error: linker command failed with exit code 1 (use -v to see invocation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Sep 2015 17:32:44 GMT</pubDate>
    <dc:creator>GerryBrown</dc:creator>
    <dc:date>2015-09-02T17:32:44Z</dc:date>
    <item>
      <title>Xcode 7 Building for iOS 9</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/xcode-7-building-for-ios-9/m-p/724024#M6476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am currently using Xcode 7 (Beta 6).&amp;nbsp; I can build and run against the Simulator. But when I attempt to build and run against a real iPhone 6 running iOS 9, I get the following link error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue; font-size: 12px;"&gt;ld: 'Pods/ArcGIS-Runtime-SDK-iOS/ArcGIS.framework/ArcGIS(libArcGISRT.a-arm64-master.o)' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64&lt;/P&gt;&lt;P style="color: #000000; font-family: HelveticaNeue; font-size: 12px;"&gt;clang: error: linker command failed with exit code 1 (use -v to see invocation)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 17:32:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/xcode-7-building-for-ios-9/m-p/724024#M6476</guid>
      <dc:creator>GerryBrown</dc:creator>
      <dc:date>2015-09-02T17:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Xcode 7 Building for iOS 9</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/xcode-7-building-for-ios-9/m-p/724025#M6477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may want to try this stack overflow post which may help answer your question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/30848208/new-warnings-in-ios9" title="http://stackoverflow.com/questions/30848208/new-warnings-in-ios9"&gt;http://stackoverflow.com/questions/30848208/new-warnings-in-ios9&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Quoted from the post:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt;"You library was compiled without bitcode but the bitcode option is enabled in your project settings. Say &lt;/SPAN&gt;&lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #222222; background-color: #eeeeee;"&gt;NO&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt; to &lt;/SPAN&gt;&lt;CODE style="padding: 1px 5px; font-size: 13px; font-family: Consolas, Menlo, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New', monospace, sans-serif; color: #222222; background-color: #eeeeee;"&gt;Enable Bitcode&lt;/CODE&gt;&lt;SPAN style="color: #222222; font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 15px;"&gt; in your target Build Settings and the Library Build Settings to remove the warnings."&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Sep 2015 17:46:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/xcode-7-building-for-ios-9/m-p/724025#M6477</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2015-09-02T17:46:04Z</dc:date>
    </item>
  </channel>
</rss>

