<?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: Configure arcgis api for iOS on existing wikitude sample in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146551#M1364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's fine. There doesn't need to be a file named libArcGIS.a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The lib prefix and the .a suffix are implied for a static library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On disk you will find a static library called ArcGIS. If you need to refer to it, you need to use libArcGIS.a&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Disclaimer - I haven't tried this myself so I'm not 100% confident it'll work, but I have a feeling it might)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Feb 2013 23:07:03 GMT</pubDate>
    <dc:creator>DiveshGoyal</dc:creator>
    <dc:date>2013-02-11T23:07:03Z</dc:date>
    <item>
      <title>Configure arcgis api for iOS on existing wikitude sample</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146548#M1361</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;SPAN&gt;Im trying to integrate arcgis with augmented reality, so i used an existing sample from the wikitude and tried to add the ArcGIS api.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I followed the same insructions provided by esri but im facing the problem below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; when I add &lt;/SPAN&gt;&lt;STRONG&gt;all_load &lt;/STRONG&gt;&lt;SPAN&gt;to the &lt;/SPAN&gt;&lt;STRONG&gt;other Linker flags&lt;/STRONG&gt;&lt;SPAN&gt; im getting a linker error since it will load duplicate files from the&amp;nbsp;&amp;nbsp; wikitude sdk so what i need is a way to use force_load to load the ArcGIS &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;please advice &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 08:57:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146548#M1361</guid>
      <dc:creator>tarekhajar</dc:creator>
      <dc:date>2013-02-08T08:57:08Z</dc:date>
    </item>
    <item>
      <title>Re: Configure arcgis api for iOS on existing wikitude sample</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146549#M1362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you copy-paste the linker error description?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want to use force_load for ArcGIS, you should add this to the linker flag &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt; -force_load $HOME/Library/SDKs/ArcGIS/iOS/Versions/Current/libArcGIS.a
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:59:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146549#M1362</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2021-12-11T07:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Configure arcgis api for iOS on existing wikitude sample</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146550#M1363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;STRONG&gt;attached are the linker flags&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]21670[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;and the linker errors&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]21671[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding the &lt;/SPAN&gt;&lt;STRONG&gt;"-force_load $HOME/Library/SDKs/ArcGIS/iOS/Versions/Current/libArcGIS.a"&lt;/STRONG&gt;&lt;SPAN&gt; it cannot be applied since im using&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the ArcGIS API 10.1.1 and there is no file named libArcGIS.a, so can you please give me an alternative for this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks again.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 12:09:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146550#M1363</guid>
      <dc:creator>tarekhajar</dc:creator>
      <dc:date>2013-02-11T12:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Configure arcgis api for iOS on existing wikitude sample</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146551#M1364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That's fine. There doesn't need to be a file named libArcGIS.a&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The lib prefix and the .a suffix are implied for a static library.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;On disk you will find a static library called ArcGIS. If you need to refer to it, you need to use libArcGIS.a&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;(Disclaimer - I haven't tried this myself so I'm not 100% confident it'll work, but I have a feeling it might)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 23:07:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146551#M1364</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2013-02-11T23:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Configure arcgis api for iOS on existing wikitude sample</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146552#M1365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Based on your advice i've tried the force_load as follow :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;-force_load $HOME/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/Versions/Current/ArcGIS&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but it seems that it didnt work since when im using anything from the ArcGIS library ex &lt;/SPAN&gt;&lt;STRONG&gt;AGSPoint&lt;/STRONG&gt;&lt;SPAN&gt; the application crashes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the xcode will be closed and shows an error. and this is beacuse im using a library typr without being loaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so i think that this is not working properly and there is still missing some configuration we need to add and i will be really thankfull if you help me accomplish this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 05:11:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146552#M1365</guid>
      <dc:creator>tarekhajar</dc:creator>
      <dc:date>2013-02-12T05:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Configure arcgis api for iOS on existing wikitude sample</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146553#M1366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Based on your advice i've tried the force_load as follow :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;-force_load $HOME/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/Versions/Current/ArcGIS&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but it seems that it didnt work since when im using anything from the ArcGIS library ex &lt;/SPAN&gt;&lt;STRONG&gt;AGSPoint&lt;/STRONG&gt;&lt;SPAN&gt; the application crashes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and the xcode will be closed and shows an error. and this is beacuse im using a library typr without being loaded.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;so i think that this is not working properly and there is still missing some configuration we need to add and i will be really thankfull if you help me accomplish this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks you&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Feb 2013 05:16:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146553#M1366</guid>
      <dc:creator>tarekhajar</dc:creator>
      <dc:date>2013-02-12T05:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: Configure arcgis api for iOS on existing wikitude sample</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146554#M1367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you try -force_load $HOME/Library/SDKs/ArcGIS/iOS/Versions/Current/libArcGIS.a&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 22:35:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146554#M1367</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2013-02-13T22:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Configure arcgis api for iOS on existing wikitude sample</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146555#M1368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've tried&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt; -force_load $HOME/Library/SDKs/ArcGIS/iOS/Versions/Current/libArcGIS.a&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt; -force_load $HOME/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/Versions/Current/libArcGIS.a&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;both didnt work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;anyways if you found any work around for this please update. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 06:10:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146555#M1368</guid>
      <dc:creator>tarekhajar</dc:creator>
      <dc:date>2013-02-15T06:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Configure arcgis api for iOS on existing wikitude sample</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146556#M1369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I've tried&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt; -force_load $HOME/Library/SDKs/ArcGIS/iOS/Versions/Current/libArcGIS.a&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;and&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt; -force_load $HOME/Library/SDKs/ArcGIS/iOS/ArcGIS.framework/Versions/Current/libArcGIS.a&lt;/PRE&gt;&lt;BR /&gt; &lt;BR /&gt;both didnt work.&lt;BR /&gt;&lt;BR /&gt;anyways if you found any work around for this please update. &lt;BR /&gt;&lt;BR /&gt;thanks &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi, In your screenshot you wrote "AcGIS". Can you retype it to ArcGIS and then remove -all_load and check please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Humza&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Jun 2013 10:51:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/configure-arcgis-api-for-ios-on-existing-wikitude/m-p/146556#M1369</guid>
      <dc:creator>HumzaAkhtar</dc:creator>
      <dc:date>2013-06-04T10:51:01Z</dc:date>
    </item>
  </channel>
</rss>

