环境:
系统 xcode 都是最新版 cocos3.6版本
好吧 xcode报错不好复制 我是用cocos run又走了一遍搞到了这个报错
Undefined symbols for architecture x86_64:
“AppDelegate::AppDelegate()”, referenced from:
_main in main.o
“AppDelegate::~AppDelegate()”, referenced from:
_main in main.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
** BUILD FAILED **
The following build commands failed:
Ld /Users/phynero/project/POPBUBBLE/bin/debug/mac/POPBUBBLE\ Mac.app/Contents/MacOS/POPBUBBLE\ Mac normal x86_64
(1 failure)
Build failed: Take a look at the output above for details.
求助!!