Hi everyone,
I'm new to Sybase Unwired Platform and currently trying to set up the SUP101 sample application from the unwired tutorials. I amd using xcode 4 and the iOS 4.3 SDK. I followed the steps to set up my environment (include *.a libs, set path to include headers, include generated code from unwired server), but when I try to actually run the application on the iphone simulator I get 55 error messages like this:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_SUPMessageClient", referenced from:
objc-class-ref in SUP101TwoAppDelegate.o
"_OBJC_CLASS_$_MBOLogger", referenced from:
objc-class-ref in SUP101TwoAppDelegate.o
objc-class-ref in SUP101CallbackHandler.o
I tried different things like changing the search path settings in xcode but I really am stuck right now. Maybe its just sth. simple and I am not seeing it right now? Does anyone have an idea what this is about?
Any help would be greatly appreciated!
Cheers
Martin