xcode - Linker Error with SoundCloud iOS SDK -


i trying link frameworks needed soundcloud sdk based on tutorial https://developers.soundcloud.com/docs/api/ios-quickstart#installation

it tells link libsoundcloudapi.a, libsoundcloudui.a, etc , appear in workspace folder when add them after add them appear red , xcode cannot find them. when build mach -o linker error because xcode cannot locate these files. i've searched through frameworks , couldn't find them.

any , appreciated.

i afraid soundcloud decided not maintain anymore library, decided create own 1 , publish it. maybe can you.

abmsoundcloudapi on github


Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

gradle error "Cannot convert the provided notation to a File or URI" -

python - NameError: name 'subprocess' is not defined -