Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Doesn't build with new xcode #94

Open
vantassell opened this issue Apr 3, 2017 · 2 comments
Open

Doesn't build with new xcode #94

vantassell opened this issue Apr 3, 2017 · 2 comments

Comments

@vantassell
Copy link

vantassell commented Apr 3, 2017

It looks like there's an error when compiling with the new version of Xcode (8.3).

SwiftDDP.DDPEvents.swift:62 - public var onConnected: Completion = Completion(callback: {session in log.info("connected with session: \(session)")})

Ambiguous use of init(callback:)

@robertzhang
Copy link

May be you can revise DDPEvents.swift file in SwiftDDP source code. Just like this:

public var onConnected: Completion = Completion(callback: {(session:String) in log.info("connected with session: (session)")})

@yvdorofeev
Copy link
Contributor

#98

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants