StringBuilder

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.
Screen Shot 2022-01-06 at 4.47.46 PM

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 :joy:.

cool! :raised_hands:t3:

bugs://E25606 was closed as no change required…