In our game we have used below module for deviced based sharing option which works good in Android.
https://github.com/Shin-NiL/Godot-Android-Share-Plugin
But on IOS we are getting compilation issue using scons. The error has given below.
modules/share/ios/src/godotShare.mm:29:10:{29:10-29:25}: error: receiver type 'ViewController' for instance message is a forward declaration [5]
[root_controller presentViewController:avc animated:YES completion:nil];
Is there any good solution for Share function to get it work on IOS devices.