Errors in '3.0.0-alpha.1'
Closed this issue · 5 comments
What
using pod 'SugarRecord/CoreData', '3.0.0-alpha.1', cleaned the project, set $(inherited) on build setting - Always Embed Swift Standard Libraries ... errors in Result.swift and ResultProtocol.swift
Context
I had this fixed locally re. previously closed issue #287
Proposal
Attach your own proposal (if you have it). We'll discuss in on the issue to find the best one that fits into the library.
What error do you get @jimpeters145 ?
@pepibumur spec dependency appears to be pointing to the wrong version of Result. It's pointing to the Swift 3 version, should be .. spec.dependency "Result", "2.1.3"
Version 3.0.0-alpha.1
should point to the Result version with Swift 3.0 compatibility, shouldn't it? @karnett
is 3.0.0-alpha.1 using Swift 3.0? I thought that was using Swift 2.3. If that's the case, do you have a Swift 2.3 version?