Rxswift: Won't compile with Xcode 8 GM

Created on 8 Sep 2016  路  9Comments  路  Source: ReactiveX/RxSwift

You're probably aware of this but RxSwift won't compile on Xcode 8 GM.

Most helpful comment

@RubenSandwich
3.0.0-beta.1 pre-release with these changes probably on Sunday/Mondayish

3.0.0 release is expected in 4 weeks. We'll have at least one beta and one rc before.

All 9 comments

It seems we need to add @escaping in front of all closures in init(...).

image
How to fix it?

any updates on this?

Great work guys!

When this work will be released?

@RubenSandwich
3.0.0-beta.1 pre-release with these changes probably on Sunday/Mondayish

3.0.0 release is expected in 4 weeks. We'll have at least one beta and one rc before.

This issue is still present with Xcode 8 GM and iOS 10.
https://github.com/ReactiveX/RxSwift/issues/842

Is it possible Apple has this bug, or are we doing something wrong?

use

pod 'RxSwift', :git => 'https://github.com/ReactiveX/RxSwift.git'

for the moment, last release is coming in some days

Hi @dickwu ,

just released 3.0.0-beta.1. This should work now.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gaudecker picture gaudecker  路  3Comments

trungp picture trungp  路  3Comments

Z-JaDe picture Z-JaDe  路  3Comments

marlowcharite picture marlowcharite  路  3Comments

RafaelPlantard picture RafaelPlantard  路  3Comments