How to fix [!] No podspec found for sms_maintained in .symlinks/plugins/sms_maintained/ios

I develop multi platform app.

I know that this plugin only works in Android.

But, when I run my app in iOS, it give me error.

plugin that i used : https://pub.dev/packages/sms_maintained

Process that i've tried :

  1. add plugin to pubspec.yaml
  2. do "flutter packages upgrade"
  3. do "pub get"
  4. go to ios directory and do "pod install"
  5. flutter run (on iOS)

Result from pod install :

error message : [!] No podspec found for sms_maintained in .symlinks/plugins/sms_maintained/ios

Upvotes: 3

Views: 1798

Answers (2)

Samer
Samer

Reputation: 4196

I'm actually surprised that there is a claim someone made it work on iOS!!!

The fine print says that this library is only available for Android!!!

Apple will not let any app, aside from the native messaging app to send out messages. They are too serious about spam.

Upvotes: 0

i've fixed this issue by modifying sms_maintained in my ios folder

Upvotes: -3

Related Questions