加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

SoundCloud iOS SDK架构

发布时间:2020-12-14 19:28:06 所属栏目:百科 来源:网络整理
导读:我正在开发一个音乐流iOS项目,并希望利用SoundCloud SDK. 我按照本指南发球: https://developers.soundcloud.com/docs/api/ios-quickstart The five SoundCloud dependencies are: CocoaSoundCloudAPI OAuth2Client JSONKit OHAttributedLabel CocoaSoundCl
我正在开发一个音乐流iOS项目,并希望利用SoundCloud SDK.

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

The five SoundCloud dependencies are:

  1. CocoaSoundCloudAPI
  2. OAuth2Client
  3. JSONKit
  4. OHAttributedLabel
  5. 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目标(或应用程序的目标)>构建设置 – >其他链接器标志>添加$(继承)>建立它!

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读