简体   繁体   English

Xcode 5.1-iOS 7.1错误

[英]Xcode 5.1 - iOS 7.1 error

I had successfully built an app with xcode 4.5 and iOS 6.1 SDK. 我已经使用xcode 4.5和iOS 6.1 SDK成功构建了一个应用程序。 But yesterday I updated Xcode to 5.1. 但是昨天我将Xcode更新为5.1。 And now when I try to build for releasing, it throws so many errors. 现在,当我尝试为发布而构建时,它引发了很多错误。

These are the errors. 这些是错误。

  1. types.h - User Defined Issues - Architecture not supported types.h-用户定义的问题-不支持体系结构
  2. _types.h - User Defined Issues - Architecture not supported _types.h-用户定义的问题-不支持体系结构
  3. Semantic issue - Unknown type name '__int64_t', Unknown type name '__int32_t', Unknown type name '__uint64_t', Unknown type name '__uint32_t', Unknown type name '__darwin_natural_t'.. etc. 语义问题-未知类型名称'__int64_t',未知类型名称'__int32_t',未知类型名称'__uint64_t',未知类型名称'__uint32_t',未知类型名称'__darwin_natural_t'..等

I think these errors are from iPad-prefix.pch, UIKit.h, iPhoneOS6.1.sdk and some frameworks. 我认为这些错误来自iPad-prefix.pch,UIKit.h,iPhoneOS6.1.sdk和某些框架。 I have no clue how to fix it. 我不知道如何解决它。

The Deployment target is 6.1 and Base SDK is 7.1. 部署目标是6.1,基本SDK是7.1。 Architecture is Standard Architecture armv7, armv7s, arm64. 体系结构是标准体系结构armv7,armv7s,arm64。

Please, try remove from "Standart Architectures" arm64. 请尝试从“ Standart Architectures” arm64中删除。 And leave arm64 in "Valid Architectures" 并将arm64保留在“有效架构”中 在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM