I was able to get a Tier 2 template working (both vanilla and with my tweaks) for v1085 (
posted in the AppGameKit wiki).
So I started working on the Android and iOS ones. I updated the core files based on differences from v1082 interpreter_iOS files and tried to build. It compiled fine, but had the following linker errors:
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_FBRequest", referenced from:
objc-class-ref in libAGKiOS.a(SocialPlugins.o)
"_OBJC_CLASS_$_Facebook", referenced from:
objc-class-ref in libAGKiOS.a(SocialPlugins.o)
"_OBJC_CLASS_$_FBSession", referenced from:
objc-class-ref in libAGKiOS.a(SocialPlugins.o)
"_OBJC_CLASS_$_SBJSON", referenced from:
objc-class-ref in libAGKiOS.a(SocialPlugins.o)
I built the project from the functioning v1082 iOS project with the mods to the core files and new libraries/headers.
I found a Social Plugins directory with FacebookSDK in IDE/platform/apple/Source. But it's not clear if this is what is missing or how to add it to the project. Adding the whole directory causes other errors (basically to do with png files?).
Cheers,
Ancient Lady
AGK Community Tester