我是 Objective-C 的新手,在释放内存时已经遇到了 2 个相同类型的问题。这是:
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc]intit];
//^^ NSAutoreleasePool is unavailable: not available in automatic reference counting
[lord release];
//^^ Same error as NSAutoreleasePool
我不确定为什么这不起作用,它似乎对其他人有用。无论如何,如果我能在这方面得到一些帮助,那就太好了,非常感谢!