Solve the App Store package upload iPA error

Reference CSDN: Xcode clean cache - March 2023_@福者的博客-CSDN Blog

1. Packaging error

Copywriting display:

This bundle does not support one or more of the devices supported by the previous app version. Your app update must continue to support all devices previously supported. You declare supported devices in Xcode with the Targeted Device Family build setting. Refer to QA1623 for additional information: https://developer.apple.com/library/ios/#qa/qa1623/_index.html With error code STATE_ERROR.VALIDATION_ERROR.90101 for id 090d456b-1c08-4e67-897e-85330d7e6d4b 

Youdao translation:

This package does not support devices that were supported by one or more previous app versions. Your application updates must continue to support all previously supported devices. You declare supported devices in Xcode using the target device family build setting. For more information, see QA1623: https://developer.apple.com/library/ios/#qa/qa1623/_index.html with error code STATE_ERROR.VALIDATION_ERROR. 90101 is id 090d456b-1c08-4e67-897e-85330d7e6d4b

Two, the solution

Check both iPhone and iPad under Deployment Info, it can be packaged normally 

Thanks!!!

Guess you like

Origin blog.csdn.net/shihuboke/article/details/129527608