sinaweibosdk / weibo_ios_sdk

新浪微博 IOS SDK
http://weibo.com
Other
1.44k stars 565 forks source link

当工程修改为生成dSYM文件时,sdk报出警告,该如何解决 #242

Closed holyhan closed 4 years ago

holyhan commented 8 years ago

警告如下: warning: /var/folders/1n/49myhky1215gnqd43rvhl7cw0000gn/C/com.apple.DeveloperTools/7.3-7D175/Xcode/SharedPrecompiledHeaders/WeiboSDK-Prefix-fjkxjmlcdvnxhndamneukgcqsgbl/WeiboSDK-Prefix.pch.pch: No such file or directory

whlsxl commented 8 years ago

strip -S libWeiboSDK.a can clean the warning, but will lost debug information.