简体   繁体   中英

What is the right Header Search Path for the Soundcloud sdk iOS

I have read and used the soundclouds sdk documentation but i always come up with the error SCUI.h not found:

在此处输入图片说明

I have tried using different paths like: ' $PROJECT_DIR ' and ' ../** ' but it still doesn't work ! even tried cleaning the project

在此处输入图片说明

This way you can make it build.

1) Go to application's framework logical folder.

2) Right click on soundCloud.framework

3) Show in finder command+i copy the path

4) Add the path in framework search path in build settings

5) Clean and build.

you still can shrunken it with $SRCROOT (instead of /Users/"computer Name"/Desktop/SoundcloudTest). $SRCROOT will give you the project directory.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM