Hacker News new | ask | show | jobs
by swerner 2442 days ago
You have to add all kinds of reference qualifiers (__strong, __weak, ...).
1 comments

You don't have to explicitly mark things as strong as it's the default. Having to manually break references cycles with weak pointers does make the migration not as simple as just changing the compiler flags, but I've never heard of it being all that difficult. Apple managed to migrate Xcode in a single version.