找不到Prefix.pch ReactiveCocoa / RACEXTScope.h文件错误 [英] Prefix.pch ReactiveCocoa/RACEXTScope.h file not found error

查看:63
本文介绍了找不到Prefix.pch ReactiveCocoa / RACEXTScope.h文件错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如标题中所述,我在 Prefix.pch ReactiveCocoa / RACEXTScope.h 文件未找到错误。 c $ c>文件。

As mentioned in the title, I have ReactiveCocoa/RACEXTScope.h file not found error in Prefix.pch file.

以下是Pod文件

platform :ios, "7.1"

pod 'Parse-iOS-SDK', '~> 1.2'
pod 'ReactiveCocoa', '~> 2.3'
pod 'ReactiveViewModel', '~> 0.2'
pod 'Parse-RACExtensions', '~> 0.0'
pod 'CKCalendar', '~> 1.0'
pod 'SDWebImage', '~> 3.6'

从图像中可以看到,该文件存在。
但是文件中没有接口声明。
这有关系吗?

As you can see from images, the file exists. But there is not interface declaration in the file. Does that matter?

我正在使用Xcode 6.0.1

I'm using Xcode 6.0.1

有人可以给我吗?


推荐答案

我遇到了同样的问题。

在您的podfile的顶部写上这行:

At the top of your podfile write this line:

link_with  ['ProjectName', 'ProjectNameTests']

安装pod,然后在您的项目Build Setting-> Other Linker Flags中,添加 $(继承)

install pod, and at your project Build Setting->Other Linker Flags, add $(inherited).

因为测试找不到豆荚。

这篇关于找不到Prefix.pch ReactiveCocoa / RACEXTScope.h文件错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆