I am using a third party framework containing a category on NSData and having a static method dataUsingBase64String:
in it.
The framework got linked fine and code builds successfully. But I am getting unrecognized selector sent to class
runtime error when this method gets called.
I have also tried adding -ObjC
,-all_load
flags in OTHER_LINKER_FLAGS
of XCode with no luck..