Use Realm with Xcode 8 and Swift 2.3
When using the current version I get the error message that the module was built with an old compiler.
When I try to build a new version of the framework with Xcode 8 I get the following error message:
error: Swift 2.3 is not supported.
xcode-select -s <path-to-xcode-8>)sh build.sh ios-swiftRealm version: 1.0.1
Xcode version: 8.0
iOS/OSX version: iOS 10.0 / MacOS 10.11.5
Dependency manager + version: Carthage 0.16.2
We're working around a bug in the Xcode 8 beta (https://twitter.com/jckarter/status/742815062377693184) that prevents us from doing this. The workaround mentioned in that tweet is something that you can do in your local check out of Realm, but we can't merge that in here because it would adversely affect everyone else.
Any update on Swift 2.3 support?
Most helpful comment
We're working around a bug in the Xcode 8 beta (https://twitter.com/jckarter/status/742815062377693184) that prevents us from doing this. The workaround mentioned in that tweet is something that you can do in your local check out of Realm, but we can't merge that in here because it would adversely affect everyone else.