項目在公司電腦上改動很多,在自己電腦上git pull后,
工程編譯報錯 Undefined symbols for architecture x86_64:
百度了下方法都不適用我,想起之前分支合并時報錯,網上有方法是刪掉模擬器的DerivedData中的衍生數(shù)據(jù),我之前在公司電腦上刪過,于是copy報錯路徑:
/Users/lg/Library/Developer/Xcode/DerivedData/AltairWifi-foewhbqpdexqhqeflgqbjiypxmti/Build/Products/Debug-iphonesimulator/
刪掉其中的所有數(shù)據(jù)
重新編譯運行,OK。