質問

Older version of XCode, if you remove autorelease pool code in main.m the application used to crash. But now even if I dont have any statement such as @autoreleasepool in main.m then also the app works fine. What has changed? I tried with ARC and without ARC both

役に立ちましたか?

解決

The Objective-C runtime installs an "autorelease pool of last resort" for you. It's best not to rely on it.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top