Hi,
I'm just updating a tvOS app to the App Store - which is already on the store. I've only bumped the version and included some new assets, and now I'm getting the error: "ERROR ITMS-90502: "Invalid Bundle. Apps that only contain the arm64 slice must also have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist". The key and value is already in the Info.plist, and I've havent experiences this - since I fixed it when uploading v1.0 - so am I the only one experiencing this problem?
Regards,
Kristian Trenskow
hi,
We had the same issue yesterday, we resolved it today by adding the same UIRequiredDeviceCapabilities keys/values to all the info.plist of all the cocoapods frameworks and our own frameworks.
After rebuilding we resubmitted, and our app was accepted by iTunes Connect, and our app is now in review.
Marc