How do I use your plugin with iOS < 14.0?
I get an error when I compile a project with minimum version 11.0:
Swift Compiler Error (Xcode): 'ShareHandlerIosViewController' is only available
in application extensions for iOS 14.0 or newer
/Users/kostasoft/Desktop/woxtel/ios/Share%20Extension/ShareViewController.swift:5:27
Let the functionality of the plugin be unavailable, but that the project at least can be compiled and run the application.
How do I use your plugin with iOS < 14.0? I get an error when I compile a project with minimum version 11.0:
Let the functionality of the plugin be unavailable, but that the project at least can be compiled and run the application.