<?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: Linker errors after update to 1.8 final in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/linker-errors-after-update-to-1-8-final/m-p/114688#M1084</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perfect. Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 May 2011 01:55:04 GMT</pubDate>
    <dc:creator>RobertMartin2</dc:creator>
    <dc:date>2011-05-13T01:55:04Z</dc:date>
    <item>
      <title>Linker errors after update to 1.8 final</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/linker-errors-after-update-to-1-8-final/m-p/114686#M1082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Since updating to 1.8 final I have been getting the following linker errors when running my app in the iOS Simulator:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;ld: warning: directory not found for option '-L/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator4.3.sdk/usr/lib/gcc/arm-apple-darwin10/4.0.1'
Undefined symbols for architecture i386:
&amp;nbsp; "_CTFontDescriptorCreateWithAttributes", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_CTFontCreateWithFontDescriptor", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_CTLineCreateWithAttributedString", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_CTLineGetTypographicBounds", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_CTFontGetDescent", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_CTFontGetAscent", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_CTFontGetXHeight", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_CTFontGetLeading", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_CTLineDraw", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_kCTFontFamilyNameAttribute", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_kCTFontSymbolicTrait", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_kCTFontTraitsAttribute", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_kCTForegroundColorAttributeName", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_kCTStrokeWidthAttributeName", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_kCTStrokeColorAttributeName", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
&amp;nbsp; "_kCTFontAttributeName", referenced from:
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -[AGSTextSymbol drawGraphic:atX:y:resolution:inContext:] in libArcGIS.a(AGSTextSymbol.o)
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Indeed, the gcc directory at the top does not exist -- instead I have version 4.2.1. Does anyone have any thoughts on this? Thank you in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 May 2011 22:40:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/linker-errors-after-update-to-1-8-final/m-p/114686#M1082</guid>
      <dc:creator>RobertMartin2</dc:creator>
      <dc:date>2011-05-11T22:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Linker errors after update to 1.8 final</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/linker-errors-after-update-to-1-8-final/m-p/114687#M1083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Instruction to update your existing project to v1.8 is available at following link. The CoreText framework is MISSING in your project.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What's new in version 1.8&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/1.8/concepts/00pw/00pw00000054000000.htm"&gt;http://help.arcgis.com/en/arcgismobile/10.0/apis/iOS/1.8/concepts/00pw/00pw00000054000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;XCode Project Changes&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;CoreText needs to be added to the project's Frameworks. This library is required because the API has added support for TextSymbols with international languages. Eventhough CoreText is only available on iOS 4.0 and later, you can still target devices running an older iOS version (as long as they meet the Device Requirements), in which case, the library won't be used at runtime. Note, this means that you will not be able to display TextSymbols with international languages on older iOS versions.&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, 12 May 2011 15:17:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/linker-errors-after-update-to-1-8-final/m-p/114687#M1083</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-05-12T15:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Linker errors after update to 1.8 final</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/linker-errors-after-update-to-1-8-final/m-p/114688#M1084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Perfect. Thank you!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 May 2011 01:55:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/linker-errors-after-update-to-1-8-final/m-p/114688#M1084</guid>
      <dc:creator>RobertMartin2</dc:creator>
      <dc:date>2011-05-13T01:55:04Z</dc:date>
    </item>
  </channel>
</rss>

