我在我的代码中使用ARC,我得到错误
Object 0x781b8e0 of class __NSCFString autoreleased with no pool in place - just leaking - break on objc_autoreleaseNoPool() to debug
它打破了上线
return UIApplicationMain(argc, argv, nil, NSStringFromClass([HomePageAppDelegate class]));
由于我使用ARC,我不能把一个NSAutoReleasePool
周围像我通常会。 我可以为了解决这个错误有什么用?