fluttercommunity / flutter_sms

A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. Maintainer: @rodydavis
https://fluttercommunity.github.io/flutter_sms/
MIT License
245 stars 182 forks source link

'flutter_sms/flutter_sms-Swift.h' file not found(IOS) #9

Closed immatt2015 closed 5 years ago

immatt2015 commented 5 years ago

I imported this package in my flutter project. But when I try to build my app its throw this error: 'flutter_sms/flutter_sms-Swift.h' file not found.. The version of this plugin is 0.0.4. Thanks

immatt2015 commented 5 years ago

osx Version: 10.13.6 xcode Version 10.1 (10B61)

mschmutter commented 2 years ago

@immatt2015 How did you resolve this issue?