jinSasaki / InAppPurchase

A Simple and Lightweight framework for In App Purchase (Store Kit 1)
MIT License
288 stars 30 forks source link

'PeriodUnit' is only available on iOS 11.2 or newer #24

Closed erf closed 5 years ago

erf commented 5 years ago

When i try to build a project with deployment target 9, i get a compile error:

Product.swift:66:28: 'PeriodUnit' is only available on iOS 11.2 or newer

Your readme says the requirement is iOS 9.0+.

I'm on macOS Mojave, Xcode 10.

erf commented 5 years ago

Thanks!

jinSasaki commented 5 years ago

@erf
I resolved this issue! Please use 2.1.2 or a newer. Thanks! 😄