找不到Mantle.h文件 [英] Mantle.h file not found

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

问题描述

我在这里/对于iOS来说还是很新。

I am pretty new here/to iOS.

我正在尝试修复我的好友正在构建的东西,并离开了...
一直试图在过去的2天中对此进行编译。

I am trying to fix up something my buddy was building and had left... I have been trying to compile this for the last 2 days.

希望对我所缺少的内容有所了解。

Hoping to get some insight into what I am missing.

我收到找不到 Mantle / Mantle.h文件。
我已经安装了cocoapods,据我所知那是幔子。

I am receiving 'Mantle/Mantle.h' file not found. I have installed cocoapods, from what I understand thats what Mantle is.

我一直收到找不到文件的错误,但是我不确定是可以在某处安装或放置文件的东西...?

I keep receiving an error for file not found, however I am not sure is it something to install or drop a file somewhere...?

我的podfile列出了披风...我不确定我缺少什么。我们将不胜感激。

My podfile has mantle listed... I am not sure what am I missing. Some assistance or direction would be greatly appreciated.

推荐答案

请确认您已在所有目标中添加了所有吊舱:
是我的项目'MyTestApp Dist''MyTestApp'

Please confirm you have added all pods in all targets: There was two targets for my projects 'MyTestApp Dist' and 'MyTestApp'

# Uncomment this line to define a global platform for your project
platform :ios, '9.0'

def myPods
    pod 'Mantle'
end

target 'MyTestApp Dist' do
    myPods
end

target 'MyTestApp' do
  myPods
end

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

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