Not able to build with Xcode 12
shireesh1993 opened this issue · 6 comments
shireesh1993 commented
hassan8357 commented
I've the same issue here. Any updates?!! @melvitax
Sikandarkhan commented
Did anyone find the solution yet?
melvitax commented
How are you guys installing DateHelper? I've been running in Xcode 12 since the beta with no issues. I haven't updated Cocoapods in a few versions and plan to deprecated in the next release. Please use Swift Package Manager or Carthage.
wolfcon commented
@melvitax Why not support CocoaPods
? Just simple as it is.
And one more question
ISO8601DateFormatter
this formatter is available in iOS 10. But your framework is support iOS 9. 👀
melvitax commented
Cocoapods is now. considered legacy. I'm including a "if #available(iOS 10.0" check for picking the right date formatter.
wolfcon commented
Well. noted..