Linking error of a header file in xcode , when made a static libary

走远了吗. 提交于 2019-12-11 15:34:35

问题


What I was doing is as follows.. 1) First I used the OAConsumer library and Base64 library in my project and I made a cocoa touch static library of it along with my own classes.. 2)When I use this library in my project , it is not able to link the NSData + BAse64.m file

I get the following error and it crashes ..

-[NSConcreteData base64EncodedString] : Unrecognised selector sent to instance 0x158250

This question is similar to the following question .. Categories in Objective-C aren't working

I tried the solutions in it ... but didn't work ...

来源:https://stackoverflow.com/questions/14433512/linking-error-of-a-header-file-in-xcode-when-made-a-static-libary

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!