Vanethos / flutter_notification_permissions

Plugin for Flutter to check and ask for Notification Permissions
BSD 2-Clause "Simplified" License
81 stars 72 forks source link

Swift Compiler Error, cannot build #33

Closed dukaric1991 closed 4 years ago

dukaric1991 commented 4 years ago

Hi, great package. But on the latest Xcode 12 and Flutter 1.22.1 and New build system i cannot build my app anymore...

Error:

capture1

capture2

dukaric1991 commented 4 years ago

The issue was in my podfile config.build_settings['SWIFT_VERSION'] = '4.0', i removed this and now it works :)