WeiboSDK NSConcreteMutableData wbsdk_base64EncodedString Error

1.4k Views Asked by At

I got this error after using WeiboSDK.registerApp function:

Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSConcreteMutableData wbsdk_base64EncodedString]: unrecognized selector sent to instance 0x79f2bec0'

How to solve this problem ?

1

There are 1 best solutions below

1
On

Here is the solution.

Set Other Linker Flags as -all_load in Project's Build Setting.