invalid binary, email received

半腔热情 提交于 2019-12-12 00:21:47

问题


I'm trying to upload an app to app store, and I'm getting a lot of trouble.

Now I received this email:

Dear developer,
We have discovered one or more issues with your recent delivery for "usualBike". To process your delivery, the following issues must be corrected: 
Invalid Code Signing Entitlements - Your application bundle's signature contains code signing entitlements that are not supported. Please check your Xcode project's code signing entitlements configuration, and remove any unneeded entitlements. 
Specifically, key "com.apple.developer.default-data-protection" is not supported. 
Invalid Code Signing Entitlements - Your application bundle's signature contains code signing entitlements that are not supported. Please check your Xcode project's code signing entitlements configuration, and remove any unneeded entitlements. 
Specifically, key "com.apple.developer.pass-type-identifiers" is not supported. 
Once these issues have been corrected, go to the Version Details page and click "Ready to Upload Binary." Continue through the submission process until the app status is "Waiting for Upload." You can then deliver the corrected binary. 
Regards,
The App Store team

The second one I found this:

Invalid binary in itunes connect

But i have iOS 5.1


回答1:


This probably means that you have Data Protection and Passes enabled for your App ID in the iOS provisioning portal. This is not supported for iOS 5.1

You should disable this by:

  • Going to the iOS provisioning portal
  • Open the App ID tab
  • Click configure next to the App ID you're currently using
  • Unselect the Enable for Passes and Enable for Data Protection options
  • Redownload the provision for your application and rebuild it using this new provision.


来源:https://stackoverflow.com/questions/11719035/invalid-binary-email-received

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!