ld: framework not found ReactiveCocoa clang: error: linker command failed with exit code 1

【主要内容:】


1. 问题描述

2. 问题起因

3. 解决问题办法 



一、 问题描述


Xcode8.3更新之后不兼容ReactiveCocoa,删除ReactiveCocoa之后Xcode报错:


ld: framework not found ReactiveCocoa

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




二、 问题起因


ld: framework not found ReactiveCocoa clang: error: linker command failed with exit code 1



三、 解决问题办法


把Build Settings 里边 Other Linker Flags里边删除的framework删除即可
ld: framework not found ReactiveCocoa clang: error: linker command failed with exit code 1