clang: error: linker command failed with exit code 1&nbs

clang: error: linker command failed with exit code 1&nbs_第1张图片

添加极光推送的第三方库,报这个错,应该是缺少框架

解决方案:在Build Phases ​下的Link Binary With Libraries 添加极光的.a文件  就可以了

可以参考这个  http://www.cocoachina.com/bbs/read.php?tid-462003-page-3.html

如果写的是xxViewController出错    

clang: error: linker command failed with exit code 1&nbs_第2张图片
a

那就在Build Phases ​下的Link Binary With Libraries 添加所缺的文件的.m文件  就可以

你可能感兴趣的:(clang: error: linker command failed with exit code 1&nbs)