local_notifications icon indicating copy to clipboard operation
local_notifications copied to clipboard

Cannot build iOS app after adding this plugin

Open Panthro opened this issue 6 years ago • 1 comments

After adding this plugin to an application I'm building, my travis jobs started to fail:

https://travis-ci.org/CrochetLand/app/jobs/369895016

It looks like something related to this: https://github.com/flutter/flutter/issues/10068

Any idea if this is realted to this plugin?

I filed myself a bug to keep track of it :-)

https://github.com/CrochetLand/app/issues/68

Panthro avatar Apr 23 '18 10:04 Panthro

I haven't used travis jobs with this yet, so I'm not familiar with this. Just looking at the log, it could be because this plugin only supports iOS 10+, but your build is targeting iOS 8.

There's another notification plugin that supports iOS 8, has a bit more features than mine, and the developer seems more active: https://pub.dartlang.org/packages/flutter_local_notifications. I suggest trying that plugin if you're having trouble with mine.

mitchhymel avatar Apr 24 '18 05:04 mitchhymel