Code Monkey home page Code Monkey logo

iosgooglemaplayer's People

Contributors

barrycug avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

iosgooglemaplayer's Issues

Linker error with Xcode 4.2 and ArcGIS SDK 2.1

This project sounds cool. I tried to build it but got link error as below.

I use xcode 4.2 and I download ArcGIS SDK 2.1 from official web site.
With original project settings, I got 82 link errors like:

"operator delete(void*)", referenced from:
-[AGSEnvelope dealloc] in libArcGIS.a(AGSEnvelope.o)
-[AGSEnvelope dotborg] in libArcGIS.a(AGSEnvelope.o)
-[AGSMutableEnvelope updateWithXmin:ymin:xmax:ymax:] in libArcGIS.a(AGSEnvelope.o)
-[AGSSpatialReference dotborg] in libArcGIS.a(AGSGeometry.o)
-[AGSSpatialReference dealloc] in libArcGIS.a(AGSGeometry.o)
-[AGSMultipoint init] in libArcGIS.a(AGSMultipoint.o)
-[AGSMultipoint dealloc] in libArcGIS.a(AGSMultipoint.o)
...
(maybe you meant: _ZdlPvS)
"operator new(unsigned long)", referenced from:
-[AGSEnvelope dotborg] in libArcGIS.a(AGSEnvelope.o)
-[AGSSpatialReference dotborg] in libArcGIS.a(AGSGeometry.o)
-[AGSMultipoint init] in libArcGIS.a(AGSMultipoint.o)
-[AGSPolygon init] in libArcGIS.a(AGSPolygon.o)
-[AGSPolyline init] in libArcGIS.a(AGSPolyline.o)
-[AGSCancelTracker init] in libArcGIS.a(AGSGeometryEngine.o)
-[AGSGeometryEngine init] in libArcGIS.a(AGSGeometryEngine.o)

[snipped]

After I change ‘Build settings/Compile Sources As’ from 'According to File Type' to 'Objective-C++', I still got 21 errors like

Undefined symbols for architecture i386:
"_CTFontDescriptorCreateWithAttributes", referenced from:
-[AGSTextSymbol drawGraphic:atX:y:inContext:] in libArcGIS.a(AGSTextSymbol.o)
"_CTFontCreateWithFontDescriptor", referenced from:
-[AGSTextSymbol drawGraphic:atX:y:inContext:] in libArcGIS.a(AGSTextSymbol.o)
"_CTLineCreateWithAttributedString", referenced from:
-[AGSTextSymbol drawGraphic:atX:y:inContext:] in libArcGIS.a(AGSTextSymbol.o)
"_CTLineGetTypographicBounds", referenced from:
-[AGSTextSymbol drawGraphic:atX:y:inContext:] in libArcGIS.a(AGSTextSymbol.o)
"_CTFontGetDescent", referenced from:
-[AGSTextSymbol drawGraphic:atX:y:inContext:] in libArcGIS.a(AGSTextSymbol.o)

What I should do to solve them? Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.