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!

Have you successfully built it without the plugin? If so maybe contact/report to the plugin author.

    Megalomaniak
    yep, without it - it builts
    but, i found this issue in few plugins (some custom built by me and some old ones)
    so - smelled like something more global

      yan88 so - smelled like something more global

      Even so, the plugin author might find it relevant for them as well and/or even already know of a solution they might be able to offer you.

      thanks,
      wrote to the official ios plugin template author..
      will share here the response in case it happens to someone else.

      in general - seems we lack ios plugin docs / examples..