ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [bin/WizNotePlus.app/Contents/MacOS/WizNotePlus] Error 1
make[1]: *** [src/CMakeFiles/WizNotePlus.dir/all] Error 2
make: *** [all] Error 2
ERROR: conanfile.py (WizNotePlus/2.12.0): Error in build() method, line 169
cmake.build()
ConanException: Error 2 while executing cmake --build '/Users/apple/WizNotePlus/_build/build' '--' '-j4'
参考wiki提示错误
另外好像wiki里写的conan现在的版本已经是v2了,得安装v1版本才可以正常走通流程,不过最后还是报如上错误。