Creating Dependencies and Static Libraries in Xcode 3

I am trying to get a sample project for the SoundCloud API shell using Xcode 3. There are a few few basic instructions at the beginning , but I am having problems:

Quickstart

In terminal:

  • git clone
  • git: //github.com/soundcloud/cocoa -api-wrapper.git
  • SoundCloudAPI cd SoundCloudAPI git submodule update --recursive --init

In the Xcode project:

  • drag SoundCloudAPI.xcodeproj into your project
  • add it as a build dependency.
  • add a static library as a favorite target
  • add "[relative path to SoundCloudAPI] / Sources / SoundCloudAPI" to the header search path in the assembly settings
  • OAuth2Client "[ SoundCloudAPI]//OAuth2Client//OAuth2Client" ( )

In Your Xcode. , , , - , . ?

? - ? , ? ?

!

+1
1

. , iphone, , iPhone. libSoundCloudAPI.a , SoundCloudAPI.framework.

Xcode 3:

  • Ctrl- ( " " )
  • - !: -)
  • : . :
+1

All Articles