我已尝试过stackoverflow上的所有答案,但似乎没有任何效果。
每当我创建MMRecord的(TCRecord)子类时,我都会收到以下错误。
错误:
duplicate symbol _MMRecordErrorDomain in:
/Users/mavericks/Library/Developer/Xcode/DerivedData/Beered-efrmoegppszsqtbcbtfrytgkdlyy/Build/Intermediates/Beered.build/Debug-iphonesimulator/Beered.build/Objects-normal/x86_64/TCRecord.o
/Users/mavericks/Library/Developer/Xcode/DerivedData/Beered-efrmoegppszsqtbcbtfrytgkdlyy/Build/Products/Debug-iphonesimulator/libPods-MMRecord.a(MMRecord.o)
ld: 1 duplicate symbol for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
我已经尝试过的事情:
我使用的第三方图书馆: MMRecord https://github.com/mutualmobile/MMRecord
答案 0 :(得分:2)
现在,在项目设置中,搜索“gcc_no”并将标志设置为NO,直到我们解决问题为止。这应该允许你构建你的项目。
答案 1 :(得分:0)
尝试删除无用的额外框架。