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
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