使用Cocoapods更新后找不到Parse / Parse.h文件 [英] Parse/Parse.h file not found after update with Cocoapods

查看:253
本文介绍了使用Cocoapods更新后找不到Parse / Parse.h文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试了一切我能想象到的解决这个问题的方法......请帮忙!

I tried everything I could imagine to fix this issue... Please help!

更新到Xcode 6.4和Parse SDK 1.7.5后我正在构建错误:

After updating to Xcode 6.4 and Parse SDK 1.7.5 I'm getting build error:

"Parse/Parse.h file not found"

这是我的Podfile:

Here's my Podfile:

target 'TV Admin' do
   pod 'RETableViewManager', '~> 1.6'
   pod 'SDNetworkActivityIndicator'
   pod 'Motif'
   pod 'Parse', '~> 1.7' 
end

除了Parse之外的所有Cocoapods依赖都很有效。
这是.xcworkspace视图:

All Cocoapods dependencies except Parse are working great. Here's .xcworkspace view:

我正在使用Cocoapods 0.38.0.beta.2

I'm using Cocoapods 0.38.0.beta.2

谢谢。

推荐答案

所以问题出现在 podspec 文件中。 Parse团队为Parse,ParseFacebookUtils,ParseCrashReporting将其更新为1.7.5.3,现在一切正常。

So the problem was in podspec file. Parse team updated it to 1.7.5.3 for Parse, ParseFacebookUtils, ParseCrashReporting and now everything works great.

现在只需运行 pod update 应解决问题。

Now simply running pod update should fix the issue.

这是官方开发者组的原始帖子。

这篇关于使用Cocoapods更新后找不到Parse / Parse.h文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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