我知道有類似的問題,但我仍無法解決它。錯誤:缺少@end錯誤:預期的標識符或
error: missing @end [1]
error: expected identifier or '(' [1]
error: expected a type [1]
(它得到一個頭文件)
我換成這個文件與具有相同名稱的新的空文件 - 仍然得到這個錯誤?
#import "Storage.h"
@implementation Storage
@end
#import <Foundation/Foundation.h>
@interface Storage : NSObject
@end
向我們展示您提到的頭文件(以及其他代碼,如果有必要) –