ios -Apple Mach-O Linker Error 解决思路

项目中第三次遇到这错误


Apple Mach-O Linker Error

linker command failed with exit code 1 (use -v to see invocation)

解决思路:

右击选择


然后就会出现如下图,在这句错误提示的上方可以看到错误的具体原因.

而我当时出现错误的原因是说,没有找到 IQKeyboardManager,然后我就把Podfile的 pod 'IQKeyboardManager'删掉进行pod install,再加回去 pod install 第二次,就好了

你可能感兴趣的:(ios -Apple Mach-O Linker Error 解决思路)