I've built an iMessage Extension with stickers, and it works great. Until I tried to upload the binary to App Store.
My app requires ARM64 and there for I've built it with 'arm64' only and added the "Required device capabilities": 'arm64' in the info.plist.
The problem is that I'm not allowed to upload it to App Store. I get the error:
ERROR ITMS-90503: "Invalid Bundle. Apps that have 'arm64' in the list of UIRequiredDeviceCapabilities in Info.plist must only contain the arm64 slice.
I fear the the iMessage extension itself contains an armv7 slice and I cannot find a way to remove it. I've set the architecture and valid architecture to 'arm64' in both targets.
Any ideas?