Running Qt 5.12 on Mac with runtime 100.4. Create a blank Qt Quick QML project. Add in the import into main.qml...
import Esri.ArcGISRuntime.Toolkit.Dialogs 100.4
Switch run mode to iOS and Debug or Run on iOS device and end up with...
module "Esri.ArcGISRuntime.Toolkit.Dialogs" is not installed
Am I missing an import somewhere or something?
P.S. - no error when running on Mac. Only fails when running on iOS.
Thanks!