ReactiveUI
ReactiveUI copied to clipboard
Use of unresolved identifier 'OBJC_ASSOCIATION_RETAIN_NONATOMIC'
I had "Use of unresolved identifier 'OBJC_ASSOCIATION_RETAIN_NONATOMIC" error when I pulled the library and tried to build I searched and find solution in this stackoverflow question that stoped compiler warning
http://stackoverflow.com/questions/30959984/swift-2-objc-association-retain-nonatomic-use-of-unresolved-identifier
It seems that this issue has been solved (please see #3) and besides, the demo project builds successfully. Could you reproduce this error with the latest demo project?