Xcode 9.3 newly recommends setting CLANG_ENABLE_OBJC_WEAK to YES for all Objective-C projects. Can someone explain what this setting will mean for a non-ARC app?
Asked
Active
Viewed 1,309 times
1 Answers
2
From what I can see it allows you to use weak
properties in non-ARC code and they will be nilled automatically.

George
- 4,189
- 2
- 24
- 23