IOS App提交到appStore Missing 64-bit support

来源:互联网 发布:拆分盘系统源码 编辑:程序博客网 时间:2024/06/11 09:41

Dear developer,

We have discovered one or more issues with your recent delivery for "就医宝". Your delivery was successful, but you may wish to correct the following issues in your next delivery:

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.

After you’ve corrected the issues, you can use Xcode or Application Loader to upload a new binary to iTunes Connect.

Regards,

The App Store team


上传app之后,苹果给了一封这样的邮件,大概意思这里不解释,解决的方法就是将项目中用到第三方类库不支持64bit的sdk替换成支持64bit的然后设置一下

Build Settings --->Architectures /Valid Architectures 

如图


然后再打包进行上传应该就没问题了。





0 0
原创粉丝点击