Search code examples
xcodetvosapplication-loader

ERROR ITMS-90502 on tvOS target


I got this 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."

Although I have this variable on info.plist file: info.plist

My build settings (always building all architectures): enter image description here

Any idea for solving could help. I'm really stuck here.

I'm using Xcode 7.1


Solution

  • Apparently, third party libraries (using pod) didn't have this flag.

    Adding that solved it.