Hi Stan Stadelman,
this seemed to work. The Problem was the tutorial i followed (http://help.sap.com/saphelp_smp305sdk/helpdata/en/a9/200893bf404b3ea001d04457bbfecd/content.htm?frameset=/en/7c/064c9070…) said i need libstdc++.dylib, now i added -libstdc++.6.0.9 and it seems to work.
The only problem now are the following errors:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_SODataOfflineStoreOptions", referenced from:
objc-class-ref in MyLogonHandler.o
"_OBJC_CLASS_$_SODataOfflineStore", referenced from:
objc-class-ref in MyLogonHandler.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note that all header files and librarys are in place :S