How did you add GlympseKitLite into your project? Could you provide exact steps.
Which XCode version are you using?
Is there anything special about compiler/linker flags in your project?
Is it brand new or existing project?
Were you able to build sample projects provided with SDK?
I just confirmed that it compiles fine in a brand new projects. Here are the steps I followed:
- Created new iOS project.
- Dragged
GlympseKitLite.embeddedframework
(from SDK package) to Frameworks
.
- Added all required standard frameworks (
CFNetwork, libz, CoreLocation, AddressBook, Security, EventKit, MapKit, MessageUI
).
- Added import entry to PCH file.
- Called
Glympse::LiteFactory::createGlympse(...);
In the mean time you can try the following. Set C Language Dialect
, C++ Language Dialect
and C++ Standard Library
to Compiler Default
. Let me know, if it helps.