Hi!
I am currently in the process of having my app reviewed by apple so it can be distributed on TestFlight. However, apple keeps on rejecting my build because "The UIRequiredDeviceCapabilities key in the Info.plist is set up in such a way that the app will not install on the device used in review."
I am very confused on how to solve this problem as I have tried many different solutions, including removing UIRequiredDeviceCapabilities entirely, or giving it the value 'arm64'.
I just wanted to know if anyone has encountered this same problem and could maybe point me in the right direction. I have attached the full error message below. Thank you!
The UIRequiredDeviceCapabilities key in the Info.plist is set up in such a way that the app will not install on the device used in review.
Review device details:
-
Device type: iPhone 14 Pro and iPad Air (5th generation)
-
OS version: iOS 18.5 and iPadOS 18.5
Next Steps
To resolve this issue, check the UIRequiredDeviceCapabilities key to verify that it contains only the attributes required for the app features or the attributes that must not be present on the device. Attributes specified by a dictionary should be set to true if they are required and false if they must not be present on the device.