mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-14 07:33:28 +01:00
Impossible to compile CoreStore 4.0 in xcode 9 #174
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 @igorkurilenko on GitHub (Sep 25, 2017).
@JohnEstropia commented on GitHub (Sep 25, 2017):
Hi, I'm still finalizing the documentations for the
prototype/Swift_3_2andprototype/Swift_4_0branches before releasing them, so in the meantime please use those branches for Xcode 9.@jamesbebbington commented on GitHub (Sep 29, 2017):
Is the compilation failure in
v4.1.3a bunch of these type errors?Using
0aa8c03424onprototype/Swift_3_2I'm getting one compilation failureGeneric parameter 'U' could not be inferredon theaddObservercall in myUITableViewCellproperty:@JohnEstropia is there a specific branch/commit I should be using to build our app in Swift 3.2 in Xcode 9?
@MarijaS1 commented on GitHub (Oct 6, 2017):
@JohnEstropia when this issue will be resolved? I'm developing an app and my entire Core Data logic depends on your library :)
@jamesbebbington commented on GitHub (Oct 9, 2017):
Scratch that issue above that I was having with
Generic parameter 'U' could not be inferred; the bug was in my code.@JohnEstropia commented on GitHub (Oct 10, 2017):
@MarijaS1 Hi, if you are still having issues please check the solution here: https://github.com/JohnEstropia/CoreStore/issues/199
These compiler errors means that the CoreStore branch you are using doesn't match the Swift version of your app, specifically the Cocoapods swift version setting.
I'm closing this issue, but feel free to send a message if the problem persists.