plist 文件重復(fù)問題,看到大部分的網(wǎng)上的文章都是去改變編譯方式
image.png
[圖片上傳失敗...(image-526962-1538298135659)]
解決方案 :
真機(jī)
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/
模擬器
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/
1:首先打開鏈接下載libstdc++.6.0.9.tbd;
鏈接:https://pan.baidu.com/s/17M_Gbg4AuWzhxzF2QGIduQ 密碼:yc0m
2:進(jìn)入到上述目錄下,把libstdc++.6.0.9.tbd復(fù)制進(jìn)去;
3:恭喜你,編譯成功