JimLiu / WeiboSDK

新浪微博SDK之iOS版本
Other
381 stars 140 forks source link

In WeiboSDK is how to deal with UIPasteboard crash, thank you! #15

Open sunnycn2013 opened 9 years ago

sunnycn2013 commented 9 years ago

Hi, JimLiu In the use of Weibo SDK, I also met a problem, but not Weibo SDK problem, and now I have a problem in my own project, I used openudid this library, it has a method “+ (NSString) valueWithError: (NSError * * ) error”; in the use of time, there is a certain probability crash, in stackoverflow I found corresponding ending program, but the program is not very suitable, he needs to increase -objc、 all_load,But my project is the use of UnionPay and other static libraries, will generate duplicate symbols. Address: (http://stackoverflow.com/questions/27017908/uipasteboard-accessibilityusequickspeakpasteboard-unrecognized-selector-sen).

Therefore, I want to ask you in WeiboSDK is how to deal with, thank you!

JimLiu commented 9 years ago

Sorry I have no idea about this, stackerflow would be a better place to help you for this.

sunnycn2013 commented 9 years ago

Thank you for your very still.