我得到错误ld:89架构i386 clang的重复符号:错误:链接器命令失败,退出代码为1(使用-v查看调用) 从我所研究的内容来看,似乎错误来自派生文件但是当我删除它时会创建新数据如何阻止它创建新文件,数据等? (它似乎也与Cocoapods或firebase相关)
我的pod文件:# Uncomment the next line to define a global platform for your project
target 'yeeeeeer' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods for yeeeeeer
pod 'Firebase/Core', '3.2.1'
pod 'Firebase/Auth'
pod 'Firebase/Storage'
pod 'Firebase/Database' end