bradmartin / nativescript-snackbar

:lollipop: :chocolate_bar: NativeScript plugin for Material Design SnackBar
Apache License 2.0
73 stars 12 forks source link

/Volumes/workspace/projects/solarRed/mobile/platforms/ios/Pods/SSSnackbar/Pod/Classes/SSSnackbar.m:260:13: error: unexpected '@' in program if (@available(iOS 11.0, *)) { ^ /Volumes/workspace/projects/solarRed/mobile/platforms/ios/Pods/SSSnackbar/Pod/Classes/SSSnackbar.m:262:35: error: property 'safeAreaInsets' not found on object of type 'UIWindow *' bottomOffset = window.safeAreaInsets.bottom; ^ #31

Closed MuhammadTahir92 closed 6 years ago

MuhammadTahir92 commented 6 years ago

This error show's when I first run my app on mac

bradmartin commented 6 years ago

@EddyVerbruggen possibly a safe guard needed in your fork of the pod?

EddyVerbruggen commented 6 years ago

Just install Xcode 9 and you're good.

bradmartin commented 6 years ago

Alright very good to know :) thanks