-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile Error when targeting macOS/tvOS using Xcode 10 #380
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Platform
In app purchase type
Environment
Version
0.13.2
Related issues
N/A
Report
Issue summary
SwiftyStoreKit will not compile for macOS/tvOS using Xcode 10, the following error is emitted:
https://github.com/bizz84/SwiftyStoreKit/blob/master/SwiftyStoreKit/PaymentQueueController.swift#L242
This is because
is marked as
NS_AVAILABLE_IOS(11_0);
What did you expect to happen
SwiftyStoreKit should compile on macOS/tvOS.
What happened instead
Compilation fails due to the aforementioned error.
The text was updated successfully, but these errors were encountered: