sidlatau / flutter_email_sender

Allows send emails from flutter using native platform functionality.
Apache License 2.0
151 stars 84 forks source link

Reference to dependency not deleted from iOS project #45

Open jdevogelaere-rmdy opened 4 years ago

jdevogelaere-rmdy commented 4 years ago

If I delete this dependency from the pubspec.yaml, I need to remove all references of flutter_email_sender in the project.pbxproj file. Steps to reproduce:

  1. add flutter_email_sender: ^3.0.1 in pubspec.yaml
  2. pub get
  3. run app
  4. remove flutter_email_sender: ^3.0.1 in pubspec.yaml
  5. flutter clean
  6. pub get (I even removed the podfile.lock)
  7. iOS build fails

The only solution is to remove all references manually in the Xcode project.