iOS中缺少GTMBase64 [英] GTMBase64 is missing in iOS

查看:120
本文介绍了iOS中缺少GTMBase64的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已将 GTMBase64.h GTMBase64.m 文件添加到我的项目中.

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

但是我不能在代码中使用 GTMBase64 .

However i can't use GTMBase64 in my code.

仅显示 GTM_INLINE ,而不显示 GTMBase64 .

我需要添加任何框架来使用 GTMBase64 吗?

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

感谢您的帮助.

推荐答案

我刚刚为自己的问题找到了解决方案.

I just got solution for my own question.

如果要在项目中使用 GTMBase64 ,这里是完整的解决方案.

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

首先下载两个 GTMBase64.h GTMBase64.m 文件.

GTMBase64.h

GTMBase64.m

并下载另一个文件.

GTMDefines.h

然后将这三个文件添加到您的项目中并运行它.(如果需要,请删除自动释放).

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

之后,您可以使用 GTMBase64 .

这篇关于iOS中缺少GTMBase64的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆