美文网首页
iOS 编译报错:Undefined symbols for a

iOS 编译报错:Undefined symbols for a

作者: plantseeds | 来源:发表于2016-08-01 20:33 被阅读76次

    项目在公司电脑上改动很多,在自己电脑上git pull后,
    工程编译报错 Undefined symbols for architecture x86_64:

    百度了下方法都不适用我,想起之前分支合并时报错,网上有方法是删掉模拟器的DerivedData中的衍生数据,我之前在公司电脑上删过,于是copy报错路径:
    /Users/lg/Library/Developer/Xcode/DerivedData/AltairWifi-foewhbqpdexqhqeflgqbjiypxmti/Build/Products/Debug-iphonesimulator/
    删掉其中的所有数据
    重新编译运行,OK。

    相关文章

      网友评论

          本文标题:iOS 编译报错:Undefined symbols for a

          本文链接:https://www.haomeiwen.com/subject/jrqfsttx.html