用git签出项目之后,发现不能运行,在stackoverflow找到了答案。
在HEADER_SEARCH_PATHS加上$(inherited)
I've updated this since my original answer, that got the downvote, so I hope this helps. And if it does, hopefully it will get my vote back.
If the headers aren't being imported, you probably have a conflict in the HEADER_SEARCH_PATHS. Try and add $(inherited) to the header search paths in your Build Settings to make sure that it pulls in any search paths included in the .xcconfig file from your CocoaPods.
This should help with any conflicts and get your source imported correctly.
分享到:
相关推荐
在LaTeX排版系统中,"file 'psfig.sty' not found" 是一个常见的错误信息,这通常意味着系统在编译文档时无法找到`psfig.sty`这个宏包文件。`psfig`宏包是LaTeX早期用于插入PostScript图形的工具,它允许用户在文档...
AndroidStudio环境下的jni调用(NDK),这个教程可以让完全不会AndroidStudio的人学会jni调用。完全步骤话,非常简单。
### Redhat7 DB2安装时遇到“The 32 bit library file libstdc++.so.5 is not found on the system”问题的解决方案 在部署数据库管理系统(DBMS)时,经常会出现各种兼容性或缺失库的问题。例如,在Redhat 7上安装...
sigset.h sockaddr.h socket.h types.h typesizes.h uio.h wordsize.h ...只是在GNU下的C library,直接下载放进bits文件夹即可
ver.dll是Windows版本检测应用程序接口相关文件。 没有它常见错误: File Not Found, Missing File, Exception Errors
fatal error: pcre2.h: No such file or directory 27 | #include "pcre2.h" 安装swoole遇到错误,把pcre2.h 放到、usr/include下
Configuration File Not Found(解决方案).md
编译器不支持2113c99标准,5261_Bool是在c99标准以后才有的。解决 Dve c++或 vc6++不能编译 _Bool类型问题 。将头文件下载下来的头文件放在编译器头文件安装位置可以。...在程序中输入#include <stdbool.h> 即可
写LaTeX时遇到报错:LaTeX Error: File `citesort.sty' not found.找到之后上传一下
- `CRYPT_FILE_NOTFOUND`:文件未找到。 - `CRYPT_PK_INVALID_TYPE`:公钥类型无效。 - `CRYPT_PK_INVALID_SYSTEM`:无效的公钥系统。 - `CRYPT_PK_DUP`:密钥环中已有重复密钥。 - `CRYPT_PK_NOT_FOUND`:密钥...
描述中列举了一些具体的头文件,如`socket.h`, `uio.h`, `types.h`, `cdefs.h`, `fcntl.h`, `file.h`, `locking.h`, `param.h`, `.utime.h`等,这些都是在GNU C Library中常见的头文件,它们包含了丰富的系统调用和...
旧的Linux版本没有了videodev.h文件,但是编译某些库时需要用到,如fatal error: linux/videodev.h: No such file or directory。下载此文件,放到/usr/include/linux/videodev.h即可
..\SYSTEM\sys\sys.h(3): error: #5: cannot open source input file "stm32f10x_lib.h": No such file or directory compiling delay.c... ..\SYSTEM\delay\delay.c(1): error: #5: cannot open source input file ...
在windows环境下的jni.h jni_md.h文件。 实际上是从jdk1.8安装完毕后,从文件夹下取得的。 jni.h在【jdk1.8.0_144\include】路径下。 jni_md.h在【jdk1.8.0_144\include\win32】路径下(linux版把win32换成linux...
C语言编译器关于gnu/stubs-32.h文件的解决方法 在64位Linux系统下编译C语言程序时,可能会出现gnu/stubs-32.h文件不存在的错误,主要是因为缺少32位兼容包的原因。今天,我们就来探讨解决这个问题的方法。 首先,...
QT技术 w=1024 h=768 ...file debug.cfg was not found! Log output by default. [swscaler @ 0xb2b039b0] No accelerated colorspace conversion found from yuv420p to bgra. Bus error /home/app #
fatal error C1083: 无法打开包括文件:“stdint.h”: No such file or directory 【错误】fatal error C1083: 无法打开包括文件:“stdint.h”: No such file or directory 【原因】stdint.h是c99标准的头文件,vc不...
#include <new> 在xcode10 上找不到 只需/Applications/Xcode9.4.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/c++ 拷贝到xcode10 上即可
- 选择`File -> Properties`,在弹出的对话框中选择`Paths and Symbols`选项卡。 - 在`Include Paths`区域点击`Add`按钮,添加包含`xgpio.h`头文件的路径。 - 通常情况下,该路径为`C:\Xilinx\14.4\ISE_DS\EDK\sw...