Dropbox 和 GData API 中的 IOS 重复类 JSON

发布于 2024-12-25 17:19:17 字数 533 浏览 3 评论 0原文

我正在我的应用程序中使用 GData,另外我正在尝试使用我的应用程序实现 DropBox,但出现重复类 JSON 的错误,错误是:

ld:重复符号 _OBJC_METACLASS_$_SBJSON /用户/imansermini/桌面/我的 应用程序/DocumentList/DropboxSDK.framework/DropboxSDK 和 /Users/imansermini/Library/Developer/Xcode/DerivedData/DocumentList-edgyyvpajkkdolgdngxapaookhkc/Build/Products/Release-iphonesimulator/libGDataTouchStaticLib.a(SBJSON.o) 对于体系结构 i386 命令 /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2 失败,退出代码为 1

谁能告诉我有什么解决方案可以解决这个问题吗?

I am using GData with my APP, Also i am trying to implement DropBox with my App but having an error of duplicate class JSON, ERROR IS:

ld: duplicate symbol _OBJC_METACLASS_$_SBJSON in
/Users/imansermini/Desktop/My
Apps/DocumentList/DropboxSDK.framework/DropboxSDK and
/Users/imansermini/Library/Developer/Xcode/DerivedData/DocumentList-edgyyvpajkkdolgdngxapaookhkc/Build/Products/Release-iphonesimulator/libGDataTouchStaticLib.a(SBJSON.o)
for architecture i386 Command
/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/llvm-gcc-4.2
failed with exit code 1

Can anyone tell me is there any solution to get rid of this issue?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悍妇囚夫 2025-01-01 17:19:18

您必须将 SBJson 两次添加到您的项目中。
您需要在项目层次结构中找到相同的内容并“仅删除引用”。

you must have SBJson twice added into your project.
you need to find the same in your project hierarchy and "delete reference only" for the same.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文