コードで 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
通常のようにARCを配置することはできません。このエラーを修正するには何を使用できますか?