今天自己的專案在新增第三方庫的時候,32位機器編譯通過,但是就是64位編譯有錯誤
查資料求解決,發現自己用的sdk不是最新的,遂公升級最新的還是不行。
解決方法:
在工程的targets裡build setting下
1.architectures 裡
build active architecture only 設定為no
valid architectures 設定為 armv7 armv7s3
這樣就可以了
2.如何還有錯誤
將architectures設定為$(archs_standard_32_bit)
ok編譯64位沒錯了
Ubuntu apt 新增第三方庫
1.方法一 直接在 etc apt sources.list 新增第三方庫。sudo vi etc apt sources.list 在其中新增 deb precise main 2.方法二 對於第三方庫,最好不要使用 etc apt sources.list,使用 etc apt sources....
CocoaPods 新增第三方庫報錯
1 終端報錯 the dependency mbprogresshud 0.9.2 is not used in any concrete target.2 原因 cocoapods公升級到最新版本 包括一些高版本 podfile檔案的內容必須明確指出所用第三方庫的targetname.3 報錯分析...
CocoaPods 新增第三方庫報錯
1 終端報錯 the dependencymbprogresshud 0.9.2 is not used in any concrete target.2 原因 cocoapods公升級到最新版本 包括一些高版本 podfile檔案的內容必須明確指出所用第三方庫的targetname.3 報錯分析 ...