Xcode-通過ApplicationLoader上傳Api問題總結(持續更新)

ZFJ_張福傑發表於2016-01-25

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.

解決辦法:電腦插上一步手機,除錯裝置選擇手機;



相關文章