Comment by Obscurity4340
4 hours ago
How do you deal with all the daemons and automatic crap that does this on Mac? Isnt it all reinforced by SIP?
4 hours ago
How do you deal with all the daemons and automatic crap that does this on Mac? Isnt it all reinforced by SIP?
I think all operating systems have these.
In this one case, allocating a MapView via storyboard, caused some kind of cascading strong reference stuff.
Simply allocating it programmatically, fixed it.
Took awhile to get there, though.