Module 'flutter_sms' not found

126

The problem probably is not with plugin, Xcode just can't read first import so try this:

  1. open a terminal and go to my_flutter_project/
  2. go to my_flutter_project/ios/, delete Podfile, Podfile.lock and Pods/
  3. go back to my_flutter_project/ and do: flutter clean
  4. fluter build ios

if this won't work check if iOS Deployment Target for the Runner project matches with your Pods targets

Share:
126
chuck
Author by

chuck

Updated on December 07, 2022

Comments