star-micronics / StarXpand-SDK-iOS

StarXpand SDK for iOS is a software development kit for supporting application development for Star Micronics devices.
https://star-m.jp/starxpandsdk-oml.html
Other
27 stars 5 forks source link

'open(completion:)' is unavailable in iOS: Not available on iOS 13 or later: Please use open() async. This deprecated warning also appears when the iOS deployment target is set to iOS 12, but this method works properly on iOS 12 #11

Closed Moonubanna closed 1 year ago

Moonubanna commented 1 year ago

I am trying to run project on Xcode version: Version 14.2 (14C18), Deployment target: 16.2 'open(completion:)' is unavailable in iOS: Not available on iOS 13 or later: Please use open() async. This deprecated warning also appears when the iOS deployment target is set to iOS 12, but this method works properly on iOS 12

Screenshot 2023-02-13 at 11 28 41 AM