Vanethos / flutter_notification_permissions

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

[!] Unable to read the license file `../LICENSE` for the spec `notification_permissions (0.0.1)` #18

Closed dpedrinha closed 4 years ago

dpedrinha commented 4 years ago

When running pod install I'm getting this warnings:

[!] A license was specified in podspec `notification_permissions` but the file does not exist - /Users/myuser/dev/apps/myapp/ios/.symlinks/plugins/notification_permissions/LICENSE

[!] Unable to read the license file `../LICENSE` for the spec `notification_permissions (0.0.1)`

[!] Unable to read the license file `../LICENSE` for the spec `notification_permissions (0.0.1)`

I checked and the LICENCE.md file is there on the folder.

I'm using version 0.4.3

Vanethos commented 4 years ago

Fixed in v 0.4.4

dpedrinha commented 4 years ago

Fix confirmed. Thank you.