現在很多人應該知道,我是Objective-C的新手,並且我需要一些幫助來完成此項目。我收到錯誤NSInternalInconsistencyException - nul class for object in autorelease pool。 下面是一些可能會造成問題我的源代碼: GuiController.m #import "GuiController.h"
#import "AppD
可能重複會發生什麼: Is AutoRelease redundant when using ARC in Objective-C? 我新的目標C和理解它的內存管理。我真的很難理解強變量的行爲。下面是一些令我困惑的片段。我有以下方法,我正在使用ARC。 -(void) watchStrongVariable {
MyClass * myobj = [self getMyClassObje