SoundCloud API has two products:
SoundCloudAPI.framework (framework for Mac OS X)libSoundCloudAPI.a (static library for iOS)
If you are creating an iOS app, you need to add libSoundCloudAPI.a only as a direct dependency. You added the framework as a dependency, so you get this error.
source
share