After updating to Xcode 7.3, it throws the error Cannot create __weak reference in file using manual reference counting in pod files. Has anyone solved this issue?
Cannot create __weak reference in file using manual reference counting
Set Build Settings -> Apple LLVM 7.1 - Language - Objective C -> Weak References in Manual Retain Release to YES.
Build Settings -> Apple LLVM 7.1 - Language - Objective C -> Weak References in Manual Retain Release
YES
Taken from Apple Developers Forums - Xcode 7.3b4, non-arc, cannot create __weak reference.
2.1m questions
2.1m answers
60 comments
57.0k users