calimarkus / JDStatusBarNotification

Highly customizable & feature rich notifications. Interactive dismiss. Custom Views. SwiftUI. Tap-to-hold. Progress. Written in Swift, compatible for ObjC!
http://calimarkus.github.io/JDStatusBarNotification/documentation/jdstatusbarnotification
MIT License
4.22k stars 562 forks source link

Fix launch errors on old devices for Carthage builds #98

Closed alphatroya closed 6 years ago

alphatroya commented 6 years ago

Carthage project have deployment target iOS11 and it is a cause of ld: warning: Auto-Linking framework not found JDStatusBarNotification Undefined symbols for architecture x86_64 errors during the run on old devices.

I change deployment target down to iOS 8 which is minimal possible by Carthage