linker command failed with exit code 1 (use -v to see invocation)错误处理

标签:
ios开发引用错误 |
分类: iOS开发 |
Undefined symbols for architecture arm64:
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
出现类似错误,可以直接查看提示文件是否引用,尤其在更改目录或修改引用之后,容易报错。错误如上,可以查看testViewController.m文件是否引用,如图。
http://s7/mw690/006jksDEzy7gbldRPIGe6&690command
勾上右侧红框内对勾即可,重新编译。