您的位置:首页 > 移动开发

Xcode-通过ApplicationLoader上传Api问题总结(持续更新)

2016-01-25 18:10 363 查看
1.问题描述:

ERROR ITMS-90098 :"This bundle is invalid . The key UIRequiredDeviceCapabilities contains value 'armv7s'
which is incompatible with the MinimumOSVersion value of '7.1'"

或者

ERROR ITMS-90098 :"This bundle is invalid . The key UIRequiredDeviceCapabilities contains value 'healthkit'
which is incompatible with the MinimumOSVersion value of '7.1'"

解决办法:修改Deployment Target为更高版本。

2.问题描述:

ERROR ITMS-90163:
"Invalid Code Signing Entitlements. The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile. The bundle contains a key that is not included in the provisioning profile: 'aps-environment' in 'Payload/MyApp.app/MyApp'."

解决办法:重新配置Provisioning
Profile,命名要不相同;

3.问题描述:

Creating a profile requires having a device registered in the Member Center.
解决办法:电脑插上一步手机,调试设备选择手机;
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: