I tried it with my actual code and that works as well. My code hits a rest api to get local weather and then parses the returned json.
It tells the linker that this project contains Objective-C code, and to not eliminate symbols it thinks are not being called (because Objective-C dispatches are all dynamic ;).
I’m surprised anything worked witnout that flag .
cool!
bugs://E25606 was closed as no change required…