<?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: duplicate symbol _OBJC_METACLASS_$_SBJsonWriter error in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410846#M3525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Just got back to this issue and read the suggestion.&amp;nbsp; Followed it and Facebook's reference to the SBJSON.h library file fails.&amp;nbsp; Tried several attempts at workarounds, including removing the .m files only, but was only able to get this thing to compile by renaming Facebook's SBJSON objects to SB2JSON.&amp;nbsp; This is a horrible way to get around this and I'm open to other suggestions.&amp;nbsp; I would suggest, however, that since the popularity of SBJSON is quite high I believe a different solution is necessary compiling the ArcGIS static library file.&amp;nbsp; Suggestion is found here: &lt;A href="http://stackoverflow.com/questions/2300867/how-can-i-avoid-duplicate-symbol-errors-in-xcode-with-shared-static-libraries"&gt;http://stackoverflow.com/questions/2300867/how-can-i-avoid-duplicate-symbol-errors-in-xcode-with-shared-static-libraries&lt;/A&gt;&amp;nbsp; This suggestion of avoiding the -all_load flag may make it much easier for 3rd-party developers to still use the SBJSON framework along with ArcGIS.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to connect with facebook from my ArcGIS proyect and I have the same problem with Graph API (facebook), this API has JSON folder and the proyect has a duplicate symbol, I have this error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have done Kevin says and now, XCode does not found in the ".h" file the line "#import "fbconnect.h". XCode does not found this file into my proyect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know of a workaround?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Sep 2011 04:55:20 GMT</pubDate>
    <dc:creator>KOLDODUARTE</dc:creator>
    <dc:date>2011-09-13T04:55:20Z</dc:date>
    <item>
      <title>duplicate symbol _OBJC_METACLASS_$_SBJsonWriter error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410841#M3520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;After creating a successful application using the ArcGIS library, I am attempting to add the Facebook library functions.&amp;nbsp; Once the library files are added (no extra code written), the following error appears:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ld: duplicate symbol _OBJC_METACLASS_$_SBJsonWriter in /Users/.../Library/SDKs/ArcGIS/iphonesimulator.sdk/usr/local/lib/libArcGIS.a(SBJsonWriter.o) and /Users/.../build/App.build/Debug-iphonesimulator/App.build/Objects-normal/i386/SBJsonWriter.o&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This seems to be an issue with the libArcGIS.a framework conflicting with Facebook's library.&amp;nbsp; Is this a known issue?&amp;nbsp; Does anyone know of a workaround?&amp;nbsp; Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Aug 2010 19:33:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410841#M3520</guid>
      <dc:creator>KevinPinkerman</dc:creator>
      <dc:date>2010-08-23T19:33:12Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate symbol _OBJC_METACLASS_$_SBJsonWriter error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410842#M3521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;JSON-framework can't work with ArcGIS...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the same error....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Oct 2010 13:12:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410842#M3521</guid>
      <dc:creator>wuting</dc:creator>
      <dc:date>2010-10-17T13:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate symbol _OBJC_METACLASS_$_SBJsonWriter error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410843#M3522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Version 2.3 of the JSON framework (&lt;/SPAN&gt;&lt;A href="http://code.google.com/p/json-framework/"&gt;http://code.google.com/p/json-framework/&lt;/A&gt;&lt;SPAN&gt;) is included with the ArcGIS library. Before ArcGIS API for iOS v1.0, the JSON headers were not made public by the ArcGIS library. But now they are.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So all you need to do is remove the additional JSON library from your project. As long as you are referencing the ArcGIS library, you will have access to the JSON classes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Oct 2010 14:55:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410843#M3522</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2010-10-18T14:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate symbol _OBJC_METACLASS_$_SBJsonWriter error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410844#M3523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Version 2.3 of the JSON framework (&lt;A href="http://code.google.com/p/json-framework/"&gt;http://code.google.com/p/json-framework/&lt;/A&gt;) is included with the ArcGIS library. Before ArcGIS API for iOS v1.0, the JSON headers were not made public by the ArcGIS library. But now they are.&lt;BR /&gt;&lt;BR /&gt;So all you need to do is remove the additional JSON library from your project. As long as you are referencing the ArcGIS library, you will have access to the JSON classes.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;it works, thx &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>Tue, 19 Oct 2010 12:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410844#M3523</guid>
      <dc:creator>wuting</dc:creator>
      <dc:date>2010-10-19T12:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate symbol _OBJC_METACLASS_$_SBJsonWriter error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410845#M3524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Version 2.3 of the JSON framework (&lt;A href="http://code.google.com/p/json-framework/"&gt;http://code.google.com/p/json-framework/&lt;/A&gt;) is included with the ArcGIS library. Before ArcGIS API for iOS v1.0, the JSON headers were not made public by the ArcGIS library. But now they are.&lt;BR /&gt;&lt;BR /&gt;So all you need to do is remove the additional JSON library from your project. As long as you are referencing the ArcGIS library, you will have access to the JSON classes.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Just got back to this issue and read the suggestion.&amp;nbsp; Followed it and Facebook's reference to the SBJSON.h library file fails.&amp;nbsp; Tried several attempts at workarounds, including removing the .m files only, but was only able to get this thing to compile by renaming Facebook's SBJSON objects to SB2JSON.&amp;nbsp; This is a horrible way to get around this and I'm open to other suggestions.&amp;nbsp; I would suggest, however, that since the popularity of SBJSON is quite high I believe a different solution is necessary compiling the ArcGIS static library file.&amp;nbsp; Suggestion is found here: &lt;/SPAN&gt;&lt;A href="http://stackoverflow.com/questions/2300867/how-can-i-avoid-duplicate-symbol-errors-in-xcode-with-shared-static-libraries"&gt;http://stackoverflow.com/questions/2300867/how-can-i-avoid-duplicate-symbol-errors-in-xcode-with-shared-static-libraries&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp; This suggestion of avoiding the -all_load flag may make it much easier for 3rd-party developers to still use the SBJSON framework along with ArcGIS.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Jan 2011 20:01:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410845#M3524</guid>
      <dc:creator>KevinPinkerman</dc:creator>
      <dc:date>2011-01-05T20:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate symbol _OBJC_METACLASS_$_SBJsonWriter error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410846#M3525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Just got back to this issue and read the suggestion.&amp;nbsp; Followed it and Facebook's reference to the SBJSON.h library file fails.&amp;nbsp; Tried several attempts at workarounds, including removing the .m files only, but was only able to get this thing to compile by renaming Facebook's SBJSON objects to SB2JSON.&amp;nbsp; This is a horrible way to get around this and I'm open to other suggestions.&amp;nbsp; I would suggest, however, that since the popularity of SBJSON is quite high I believe a different solution is necessary compiling the ArcGIS static library file.&amp;nbsp; Suggestion is found here: &lt;A href="http://stackoverflow.com/questions/2300867/how-can-i-avoid-duplicate-symbol-errors-in-xcode-with-shared-static-libraries"&gt;http://stackoverflow.com/questions/2300867/how-can-i-avoid-duplicate-symbol-errors-in-xcode-with-shared-static-libraries&lt;/A&gt;&amp;nbsp; This suggestion of avoiding the -all_load flag may make it much easier for 3rd-party developers to still use the SBJSON framework along with ArcGIS.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am trying to connect with facebook from my ArcGIS proyect and I have the same problem with Graph API (facebook), this API has JSON folder and the proyect has a duplicate symbol, I have this error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have done Kevin says and now, XCode does not found in the ".h" file the line "#import "fbconnect.h". XCode does not found this file into my proyect.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know of a workaround?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Sep 2011 04:55:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410846#M3525</guid>
      <dc:creator>KOLDODUARTE</dc:creator>
      <dc:date>2011-09-13T04:55:20Z</dc:date>
    </item>
    <item>
      <title>Re: duplicate symbol _OBJC_METACLASS_$_SBJsonWriter error</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410847#M3526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Someone has added a Graph API from Facebook to esri proyect?... How you managed to avoid JSON duplicates?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Koldo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Sep 2011 05:03:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/duplicate-symbol-objc-metaclass-sbjsonwriter-error/m-p/410847#M3526</guid>
      <dc:creator>KOLDODUARTE</dc:creator>
      <dc:date>2011-09-20T05:03:02Z</dc:date>
    </item>
  </channel>
</rss>

