Realm-cocoa: RealmSwift Carthage for Xcode 8 and Swift 3?

Created on 16 Sep 2016  路  3Comments  路  Source: realm/realm-cocoa

The existed frameworks be created by an older version of the compiler.

T-Help

Most helpful comment

@liuxuan30 We've released v1.1.0 already. https://github.com/realm/realm-cocoa/releases/tag/v1.1.0

All 3 comments

@xspyhack Xcode 8 and Swift 3 compatible RealmSwift will be released soon. For now, you should specify --no-use-binaries option to avoid Carthage download pre-built binaries. Also specify master branch, and toolchain using Swift 3.

So a Cartfile is:

github "realm/realm-cocoa" "master"

carthage command and options are:

TOOLCHAINS=com.apple.dt.toolchain.Swift_3_0 carthage update --no-use-binaries

any precise release date?

@liuxuan30 We've released v1.1.0 already. https://github.com/realm/realm-cocoa/releases/tag/v1.1.0

Was this page helpful?
0 / 5 - 0 ratings