zhxnlai / ReactiveUI

A lightweight replacement for target action with closures, modified from Scream.swift.
MIT License
51 stars 14 forks source link

Use of unresolved identifier OBJC_ASSOCIATION_RETAIN_NONATOMIC #3

Closed krishaamer closed 9 years ago

krishaamer commented 9 years ago

Hi, I'm using the ReactiveUI Pod in a Swift 2.0 project and getting the use of unresolved identifier error on line 86 in UIControl.swift:

objc_setAssociatedObject(self, &RUIProxyTargetsKey, newValue, UInt(OBJC_ASSOCIATION_RETAIN_NONATOMIC));