Closed adamwaite closed 9 years ago
SuperRecord 1.3 (released on the day of Swift 1.2 launch) should work with Swift 1.2, i'm using it in a project myself. Can you confirm you're on the latest version?
@adamwaite try to clean you DerivedData folder and then build the project again.
@adamwaite I have just updated the version on CocoaPods, can you try again with the new version?
Thanks
New Cocoapods version works fine. Thanks!
Perfect! Thanks to you
SuperRecord doesn't want to compile with the changes in Swift 1.2.
The major issue is the introduction of the failable cast
as!
overas
, and there are some minor issues with optionality in CoreData and UIKit, and a few type checking issues too. I have to ship something before weekend, so I'll be working on this. Have you started any work on it yet? Or shall I just get stuck into it?Thanks