Got Module 'flutter_sms' not found build error from Xcode
Trying to use Flutter Plugin for sending SMS and MMS on Android and iOS https://pub.dev/packages/flutter_sms
Got error trying to build for simulator
flutter: PlatformException(message_not_sent, Cannot send message on this device!, Cannot send SMS and MMS on a Simulator. Test on a real device., null)
Got same error when building example project for device


