问题
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