在支持ARC下使用非ARC文件 在targets下的Build Phases下的Compile Sources中在需要文件下添加-fno-objc-arc的属性即可编译通过。 20190119104755289.png