-2

Hi I am trying to implement the sound cloud API from the sound cloud tutorial for iOS (https://developers.soundcloud.com/docs/api/ios-quickstart)

I am having trouble with ARC. It seems like OAUTH2 uses ARC but the sound cloud API does not. Is there anyone who has gone through this process and can help me through this?

I feel the tutorial is missing some crucial steps

shane
  • 1,742
  • 2
  • 19
  • 36
  • When I download the submodules, I have five of them, and they call retain and release and autorelease – shane Jun 26 '14 at 17:42

1 Answers1

0

in build settings, specific which source files should ignore arc

How can I disable ARC for a single file in a project?

Community
  • 1
  • 1
YarGnawh
  • 4,574
  • 6
  • 26
  • 37