Any plan for migration to swift 4.2?
Yea sure.
Are there any errors in this lib with 4.2?
There are no compile-time errors but there are run-time constraint resolution errors. It seems like as if the layout engine is not able to break constraints.
I'm getting 22 compile errors using JTAppleCalendar in empty project with Swift 4.2 and Xcode 10 GM seed. All of them associated to renamed objects within UICollectionView and UIScrollView classes.
I have the Same.
@patchthecode When to expect Swift 4.2 migration ?
Thanks
in a couple hours.
just testing.
Is this version available in cocoapods?
I get 7.1.5 with swift 4.0
Thx
I have the same issue with swift 4.2.
@patchthecode Can you please push a version to Cocoapods that contains the migration to Swift 4.2?
Can you please push a version to Cocoapods that contains the migration to Swift 4.2?
Can you please push a version to Cocoapods that contains the migration to Swift 4.2?
@TiagoMaiaL
done. Closing issue.
let me know of any bugs
@patchthecode my application was made in swift 4.1 and by mistake i updated the pod now there are lots error are coming. Is there any way to get older version back?
@patchthecode my application was made in swift 4.1 and by mistake i updated the pod now there are lots error are coming. Is there any way to get older version back?
Put this in your Podfile for an Swift 4.1-compatible version of JTAppleCalendar:
pod 'JTAppleCalendar', '~> 7.1.5'
After which you have to run the pod install command if I'm not mistaken.
Any version with Swift 4.0?
Tks
Most helpful comment
@patchthecode Can you please push a version to Cocoapods that contains the migration to Swift 4.2?