JDStatusBarNotification icon indicating copy to clipboard operation
JDStatusBarNotification copied to clipboard

Compilation error (on Xcode 14, iOS 11, Swift 5)

Open dslcoding opened this issue 1 year ago • 1 comments

image

dslcoding avatar Jan 14 '24 14:01 dslcoding

You need Swift 5.9 (Xcode 15+).

You are trying to run it on an iOS11 device using Xcode14? I am using iOS-13 specific APIs at this point (e.g. WindowScene). So this doesn't back deploy to older iOS versions anymore.

If you have these requirements, I'd suggest to use an older version of JDStatusBarNotification.

calimarkus avatar Jan 14 '24 14:01 calimarkus