mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Errors With the latest version of Xcode and Swift 2.3 #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Sep 14, 2016).
I have few errors with optionals when I'm trying to build the library with Xcode 8 and Swift 2.3.
I've updated CoreStore to version 2.0.6. I've changed CoreStore target flag 'Use Legacy Swift Language Version' to YES (same with NO). I've also added 'developer_info' and 'post_install' to my pod file as it's shown here. However errors are still there.
I ran out of ideas. Do I need swift 3 branch? Any suggestions?
@jamesbebbington commented on GitHub (Sep 14, 2016):
@AleksandarPetrov it looks like there are some tweaks that need to be made to support Swift 2.3.
Hey @JohnEstropia, now that Xcode 8 GM has been released, is there any chance you could release a Swift 2.3 compatible version soon? CoreStore is now the only library that my app uses, that won't compile in Xcode 8. Many thanks.
@JohnEstropia commented on GitHub (Sep 15, 2016):
I apologize for this. I'll try to prepare a separate branch for Swift 2.3 support within the day.
I can't update the master branch directly yet because Xcode 8 breaks iOS 7 support (which CoreStore still supports)
@jamesbebbington commented on GitHub (Sep 15, 2016):
Thanks @JohnEstropia, much appreciated.
@JohnEstropia commented on GitHub (Sep 16, 2016):
Aaaand I just learned that Cocoapods still has Xcode 8 support in beta...
Apologies for everyone waiting for this update, but it looks like I need another day to satisfy Cocoapods and Travis (iOS 8 simulator unit tests seem(?) broken...).
@jamesbebbington commented on GitHub (Sep 16, 2016):
Thanks for the update @JohnEstropia, I hope Cocoapods doesn't cause you too much heartache.
Relatedly, I used this workaround to stop Xcode 8 complaining about the
SWIFT_VERSION.@JohnEstropia commented on GitHub (Sep 17, 2016):
Swift 2.3/Xcode 8 support is now in the
masterbranch, at version 2.1.0. You can install this through Cocoapods by using the Cocoapods RC build.iOS 7 support is in a separate
master_ios_7_to_9(I know..) branch@jamesbebbington commented on GitHub (Sep 19, 2016):
Perfect, thanks @JohnEstropia!