本篇是直接拷貝別人的博文,地址:http://blog.csdn.net/liyiyismile/article/details/50434844ui
在項目開發中導入第三方sdk後會提示不少這樣的錯誤:.net
在導入AF和友盟等第三方sdk時出現 was built for newer is version () then being is linked () 的警告blog
As a temporary workaround, to suppress extensive warnings, the -w flag can be added to Build Settings -> Other Linker Flags:開發
1.Select your Project
2.Select your Target
3.Select 「Build Settings」 tab
4.Scroll down to 「Linking」
5.Edit 「Other Linker Flags」 and add 「-w」get
如圖:it
command +B 消除警告。io