SoundCloud iOS SDK架构

SoundCloud iOS SDK架构,第1张

概述我正在开发一个音乐流iOS项目,并希望利用SoundCloud SDK. 我按照本指南发球: https://developers.soundcloud.com/docs/api/ios-quickstart The five SoundCloud dependencies are: CocoaSoundCloudAPI OAuth2Client JSONKit OHAttributedLabel 我正在开发一个音乐流iOS项目,并希望利用SoundCloud SDK.

我按照本指南发球:
https://developers.soundcloud.com/docs/api/ios-quickstart

The five SoundCloud dependencIEs are:

CocoaSoundCloudAPI oauth2client JsONKit OHAttributedLabel CocoaSoundCloudUI

All five of these projects are available as submodules that you simply add to your current git repository. According to the guIDe linked above,you are supposed to be able to add them and move on with your project. However,their architectures are all different! CocoaSOundCloudAPI,JsONKit,OHAttributedLabel and CocoaSoundCloudUI are all 32bit architecture projects,while oauth2client is a 64bit architecture project.

无论我将我的项目构建为32位还是64位,我都会遇到Mach-O链接器错误.我在我的主要Xcode项目中添加了32位和64位作为有效架构,但问题仍然存在.

我也无法找到这些子模块的其他版本.我不可能是唯一一个有这个问题的人,因为我一字一句地遵循指南,但我找不到任何解决方案.

请帮帮我!

我正在使用Xcode 6并构建iOS8 SDK.

谢谢!

编辑:

以下是我的架构和错误的屏幕截图……

解决方法 这是帮助我的东西:

>转到SmartSpeakers目标(或应用程序的目标)>构建设置 – >其他链接器标志>添加$(继承)>建立它!

总结

以上是内存溢出为你收集整理的SoundCloud iOS SDK架构全部内容,希望文章能够帮你解决SoundCloud iOS SDK架构所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址:https://www.54852.com/web/1052174.html

(0)
打赏 微信扫一扫微信扫一扫 支付宝扫一扫支付宝扫一扫
上一篇 2022-05-25
下一篇2022-05-25

发表评论

登录后才能评论

评论列表(0条)

    保存