Restkit / Restkit.h找不到文件X $ C $ 6.1Ç [英] Restkit/Restkit.h file not found Xcode 6.1

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

问题描述

我工作的项目以x code 6.1。这是工作的罚款和所有一下子提示一个错误'Restkit / Restkit.h找不到文件。我收到提示改变的架构后 $(ARCHS_STANDARD_32_BIT)为标准架构(ARMv7的,arm64) - 这是由苹果的 https://developer.apple.com/news/?id = 12172014b>检查链接

I was working on Project in Xcode 6.1. It was working fine and all of sudden it prompted an error 'Restkit/Restkit.h file not found'. I'm getting error after changing Architectures from $(ARCHS_STANDARD_32_BIT) to Standard architectures (armv7,arm64) - $(ARCHS_STANDARD) which is recommended by Apple Check Link

我曾尝试以下方法:

1.'Cleaning' project and rebuilding

2. Checked for missing framework in Target -> Build Phases

3. Fixed 'Framework Search Path' of Target

4. I have build Restkit XcodeProject and Targets separately. It builds without error.

我得到以下错误,提交给App Store和因此改变架构标准架构

I was getting below error while submitting to App Store and hence changed architecture to 'Standard architecture'

为什么这一切会发生突然?如何解决呢?

Why did this occur all of sudden? How to fix it?

推荐答案

我已经使用的第三方静态库的项目命名的 libNuance.a 的。看来,这个静态库工作正常,32位架构,但失败的64位架构

I had used third-party static library in project named libNuance.a. It seems that this static library works fine for 32-bit architecture but failed for 64-bit architecture.

我下载的更新libNuance.a 的库从他们的官方网站版本的修改架构标准架构(ARMv7的,arm64) - $(ARCHS_STANDARD)的。

I downloaded updated version of libNuance.a library from their official site and changed architecture to Standard architectures (armv7,arm64) - $(ARCHS_STANDARD).

佛拉!构建成功没有任何错误。

Vola! build succeeded without any error.

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

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