anandabits/SwiftUI-Processing

Cannot invoke 'send' with no arguments

Closed this issue · 3 comments

    @objc func tick(displaylink: CADisplayLink) {
        frameCount += 1
        currentTime = displaylink.timestamp
        didChange.send() <~~~~ Here
    }

Are you on beta 1? This works in beta 2 for me.

Had same issue but switched to beta 2 and it worked.

Closing this as it is not an issue in the latest Xcode beta.