sinaweibosdk / weibo_ios_sdk

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

ios 3.3.5 报错 Showing All Messages Undefined symbol: _OBJC_CLASS_$_WeiboSDK #511

Open zhengchengzhi666 opened 1 year ago

zhengchengzhi666 commented 1 year ago

Showing All Messages Undefined symbol: _OBJCCLASS$_WBAuthorizeRequest

Showing All Messages Undefined symbol: _OBJCCLASS$_WBAuthorizeResponse

GUIYIVIEW commented 1 year ago

swift项目: 3.3.3版本pod之后是这样的 QQ20221221-175239 3.3.5 pod之后是这样的 8055AB8A-349C-4596-9E82-533E7797B490 3.3.5会报错 QQ20221221-175748 暂时没解决,先回退到3.3.3了。 @sinaweibosdk

kingnight commented 1 year ago

same question

MrWuYindi commented 1 year ago

这个问题解决了吗?同样的问题

fremaksim commented 1 year ago

一样的问题

helfyz commented 1 year ago

使用以下方式进行pod 依赖

    pod "Weibo_SDK", :podspec => "https://raw.githubusercontent.com/sinaweibosdk/weibo_ios_sdk/master/Weibo_SDK.podspec"

cocoapods 上的podspec 文件s.source_files = 'libWeiboSDK/*.{h,m,a}' 是错误的, 正确的 s.source_files = 'libWeiboSDK/*.{h,m}'

github 上是正确的,没有推到pod上