0.13.2
N/A
SwiftyStoreKit will not compile for macOS/tvOS using Xcode 10, the following error is emitted:
Cannot override 'paymentQueue' which has been marked unavailable
at this location:
This is because
- (BOOL)paymentQueue:(SKPaymentQueue *)queue shouldAddStorePayment:(SKPayment *)payment forProduct:(SKProduct *)product NS_SWIFT_NAME(paymentQueue(_:shouldAddStorePayment:for:))
is marked as NS_AVAILABLE_IOS(11_0);
SwiftyStoreKit should compile on macOS/tvOS.
Compilation fails due to the aforementioned error.
+1 just an into this issue myself
+1 is impossible to compile with xcode10/mac
+1
Please, merge:
https://github.com/bizz84/SwiftyStoreKit/pull/381
This is now fixed and available on pod version 0.13.3.
Apologies for the very late reply everyone.
Thanks.
Still doesn't compile when installed using cocoapods
Most helpful comment
Still doesn't compile when installed using cocoapods