Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/xcode/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios ';PushmoteSDK/Headers/Pushmote.h';尝试使用pushmote sdk时未找到文件_Ios_Xcode_Xcode7 - Fatal编程技术网

Ios ';PushmoteSDK/Headers/Pushmote.h';尝试使用pushmote sdk时未找到文件

Ios ';PushmoteSDK/Headers/Pushmote.h';尝试使用pushmote sdk时未找到文件,ios,xcode,xcode7,Ios,Xcode,Xcode7,我尝试按照此处给出的步骤进行操作: 但当我尝试构建我的应用程序时,我发现了一个错误:“PushmoteSDK/Headers/Pushmote.h”文件未找到 它是my Pushmote Bridgeing Header.h文件,其中包含此导入语句,该文件显然位于project_dir/PushmoteSDK.framework/Headers/Pushmote.h中 我读过一些关于xcode的其他头文件未发现错误的文章,解决方案似乎有很多不同,所以我认为这可能与xcode的特定版本有关。也许

我尝试按照此处给出的步骤进行操作:

但当我尝试构建我的应用程序时,我发现了一个错误:“PushmoteSDK/Headers/Pushmote.h”文件未找到

它是my Pushmote Bridgeing Header.h文件,其中包含此导入语句,该文件显然位于project_dir/PushmoteSDK.framework/Headers/Pushmote.h中

我读过一些关于xcode的其他头文件未发现错误的文章,解决方案似乎有很多不同,所以我认为这可能与xcode的特定版本有关。也许有人以前在xcode7中使用过pushmote,可以提供帮助

编辑:

这是在/Users/alex/ios\u projects/Monkey/Monkey/Pushmote bridgeing Header.h中找到的我的Pushmote bridgeing Header.h文件

#ifndef Pushmote_Bridging_Header_h  
#define Pushmote_Bridging_Header_h
#import "PushmoteSDK/Pushmote.h"
#endif /* Pushmote_Bridging_Header_h */

您应该像这样更改导入行

#import "PushmoteSDK/Headers/Pushmote.h" 


Pushmote桥接头是否位于项目目录或目标项目名称目录中?它应该与AppDelegate.swift位于同一目录中。我仍然遇到相同的问题。我已经更新了问题,以澄清当前代码是什么
#import "PushmoteSDK/Pushmote.h"