我已经创建了一个 IOS 应用程序,但是当我尝试归档我的项目时,我收到两个错误说-
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_AppDelegate", referenced from:
objc-class-ref in main.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
和
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_AppDelegate", referenced from:
objc-class-ref in main.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
谁能帮我?
谢谢。