This still doesn't work for me :( could there be another compiler flag that overrides this setting that I might have enabled? I do have these -Wall -Wextra -Wno-unused-parameter Warning flags enabled. – KdawgwilkMar 24 at 5:45
5
@Kdawgwilk You sure you turn on that flag correctly? If its in your project you can just simply delete __weak keyword tho. I didnt try but you can also try to turn on the flag in Pod project if you are using Pod – REALFREE Mar 24 at 16:38
Note if you currently run pod install / pod update then Weak References in Manual Retain Release is set to NO for each pod target - and you will have to edit the build settings again. – DamoApr 21 at 16:13
-Wall -Wextra -Wno-unused-parameter
Warning flags enabled. – Kdawgwilk Mar 24 at 5:45