简体   繁体   English

Soundcloud sdk iOS 的正确标题搜索路径是什么

[英]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:我已经阅读并使用了 soundclouds sdk 文档,但我总是想出错误 SCUI.h not found:

在此处输入图片说明

I have tried using different paths like: ' $PROJECT_DIR ' and ' ../** ' but it still doesn't work !我尝试使用不同的路径,如:' $PROJECT_DIR ' 和 ' ../** ' 但它仍然不起作用! even tried cleaning the project甚至尝试清理项目

在此处输入图片说明

This way you can make it build.这样你就可以构建它。

1) Go to application's framework logical folder. 1) 转到应用程序的框架逻辑文件夹。

2) Right click on soundCloud.framework 2) 右键单击​​ soundCloud.framework

3) Show in finder command+i copy the path 3) Show in finder command+i 复制路径

4) Add the path in framework search path in build settings 4)在构建设置中添加框架搜索路径中的路径

5) Clean and build. 5) 清洁和建造。

you still can shrunken it with $SRCROOT (instead of /Users/"computer Name"/Desktop/SoundcloudTest).您仍然可以使用 $SRCROOT(而不是 /Users/"computer Name"/Desktop/SoundcloudTest)缩小它。 $SRCROOT will give you the project directory. $SRCROOT 会给你项目目录。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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