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

查看:41
本文介绍了使用 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天全站免登陆