Hacker News new | ask | show | jobs
by ChrisMarshallNY 19 days ago
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.

1 comments

Can you elaborate? Did you turn SIP off or what did you do?
No. No need. Just spent a lot of time, logging my code, and eliminating every possible leak.

Tedious, but there really wasn’t anything else I could do. Finding out about the programmatic solution was really just a wild guess.