【发布时间】:2014-08-17 16:22:06
【问题描述】:
您好,我正在尝试从 iOS 的声音云教程中实现声音云 API (https://developers.soundcloud.com/docs/api/ios-quickstart)
我在使用 ARC 时遇到问题。似乎 OAUTH2 使用了 ARC,但声音云 API 没有。有没有人经历过这个过程并且可以帮助我完成这个过程?
我觉得教程缺少一些关键步骤
【问题讨论】:
-
当我下载子模块时,我有五个,它们分别调用了retain and release和autorelease
标签: ios xcode5 automatic-ref-counting soundcloud git-submodules