Hi all,
im trying to build an ios version of my app with a custom plugin.
basically - i build it via the provided template for ios plugins - and the plugin was built ok.
however, after adding it to the project - i keep getting 2 errors for "Undefined symbol"
Undefined symbol: D_METHOD(char const)
Undefined symbol: ClassDB::bind_methodfi(unsigned int, MethodBind, MethodDefinition const&, Variant const**, int)
maybe anyone can help with that?
basically - i ran out of ideas..
thanks!