Missing 64-bit support

??,又要支持arm64了,一堆依赖库要适配更新!

提交应用log

[2015-06-06 11:44:57 CST] <main> ERROR: ERROR ITMS-90086: "Missing 64-bit support. Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1, 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project, we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code."

[2015-06-06 11:44:57 CST] <main> DBG-X: The error code is: 1102
[2015-06-06 11:44:57 CST] <main> INFO: Done performing authentication.
[2015-06-06 11:44:57 CST] <main> DBG-X: Returning 1

Package Summary:
1 package(s) were not uploaded because they had problems:
/var/folders/cz/zqldck*****.itmsp - Error Messages:
ERROR ITMS-90086: "Missing 64-bit support. Beginning on February 1, 2015 new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK. Beginning June 1, 2015 app updates will also need to follow the same requirements. To enable 64-bit in your project, we recommend using the default Xcode build setting of “Standard architectures” to build a single binary with both 32-bit and 64-bit code."

时间: 2024-08-10 21:30:41

Missing 64-bit support的相关文章

Installing MySQL Server

Installing MySQL Server Here we will learn how to Compile and Install the MySQL Server from source code. After that we will Configure our server for basic functionality and Secure it for general usage. Finally we will discuss the Basics of MySQL Serv

cmdb项目1

CMDB项目 需求: 1.ip地址 2.mac地址 3. 1.查看Linux硬件基础信息 1.查看cpu       cat/proc/cpuinfo (1)processor:包括这一逻辑处理器的唯一标识符. (2)physical id :包括每个物理封装的唯一标识符. (3)core id :保存每个内核的唯一标识符. (4)siblings :列出了位于相同物理封装中的逻辑处理器的数量. (5)cpu cores :包含位于相同物理封装中的内核数量. (6)如果处理器为英特尔处理器,则v

PostgreSQL中流复制pg_basebackup做了什么

解压PostgreSQL源代码包后可以到如下路径:postgresql-9.2.4\src\backend\replication下可以看到,basebackup.c,另外还可以看到walreceiver.c,walsender.c. basebackup做了什么一目了然: /*------------------------------------------------------------------------- * * basebackup.c * code for taking a

初始化EPT

struct eptp_bits { unsigned memory_type :3; /* 0: UC uncacheable, 6: WB writeback */ unsigned pagewalk_len :3; /* value 1 less than EPT page-walk length */ unsigned dirty :1; /* dirty flag */ unsigned reserved1 :5; unsigned long pgd :40; /* bit N-1:1

Ubuntu 14.04 LTS 的安装和配置以及各种问题的解决

折腾了几天的时间终于把Ubuntu 14.04 LTS 环境配置好了,为防止遗忘,特作此记录,也方便遇到同样问题的童鞋们查看 步骤一,系统安装 可以拷贝一个系统盘,我用的是 ubuntu-14.04-desktop-amd64.iso 这个文件本身太大,传不上来,需要的话去网上下载一个吧,或者给我留言,我传给你- 再Ubuntu系统下 搜索这个软件: Startup Disk Creater, 然后在Source disc image (.iso) or CD:中选择这个iso文件,这个操作会把

word的锁定与解锁

1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Net.Mime; 6 using System.ComponentModel; 7 using System.IO; 8 using Microsoft.Office.Interop.Word; 9 using MSWord = Microsoft.Office.Interop.

MySQL 5.7 INFORMATION_SCHEMA 详解

refman mysql 5.7 INFORMATION_SCHEMA提供了对数据库元数据的访问,MySQL服务器信息,如数据库或表的名称,列的数据类型,访问权限等. 有时也把这些信息叫做数据字典或系统目录. 每个数据库实例都会有一个 INFORMATION_SCHEMA 库,保存的是本实例下其他所有库的信息.INFORMATION_SCHEMA数据库包含多个只读表. 它们实际上是视图,而不是基础表,所以没有与它们关联的文件,并且你不能在它们上设置触发器.此外,数据库目录下也没有该库的目录. 虽

ios应用,64位问题,Missing 64-bit support

理方法如下: 1.确保Xcode版本号>=5.0.1 2.更新project settings, minimum deployment target >= 5.1.1 3.Valid Architectures 添加设置 armv7 armv7s arm64 4.改变Architectures为 Standard architectures(include 64-bit) 5.之后再在Architectures添加armv7 armv7s arm64三个 xcode提交到app store后就

Zend Guard Run-time support missing 问题的解决

Zend Guard是目前市面上最成熟的PHP源码加密产品了. 刚好需要对自己的产品进行加密,折腾了一晚上,终于搞定,将碰到的问题及解决方法记录下来,方便日后需要,也可以帮助其他人. 我使用的是Wampserver,其中php的版本是5.3.10. Zend Guard Run-time support missing! One more more files on this web site were encoded by ZendGuard and the required run-time

Zend Guard Run-time support missing!的解决办法

问题:安装新版本wordlpress的时候遇到如下问题, Zend Guard Run-time support missing! One more more files on this web site were encoded by ZendGuard and the required run-time support is not installed orproperly configured.For the Web site user This means that this Web s