GTMBase64 is missing in iOS

 ̄綄美尐妖づ 提交于 2020-01-06 14:53:15

问题


I have added GTMBase64.h and GTMBase64.m file into my project.

However i can't use GTMBase64 in my code.

It only show GTM_INLINE instead of GTMBase64.

Is there any framework i need to add to use GTMBase64?

Thanks for any help.


回答1:


I just got solution for my own question.

Here is complete solution if you want to use GTMBase64 in your project.

First download two GTMBase64.h and GTMBase64.m file.

GTMBase64.h

GTMBase64.m

and download another file too.

GTMDefines.h

And then add these three files into your project and run it. (remove autorelease if needed).

After that , you can use GTMBase64.



来源:https://stackoverflow.com/questions/17251646/gtmbase64-is-missing-in-ios

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