` Hi,
I tried to submit with xcode and suddenly I got ITMS-90081 error saying that
ERROR: ERROR ITMS-90081: "This bundle is invalid. Applications built for more than one architecture require an iOS Deployment Target of 3.0 or later."
I have already set `ONLY_ACTIVE_ARCH` to NO.
I was wondering if this is something to do with the Watch's new arch `arm64_32`?
Regards,
Rendy Pranata
Just wanted to add that I was running into this same issue today. It's really misleading because it says iOS 3.0, but I was able to fix this by adjusting my watchOS target. While my main watchOS target was 4.0, some of my Cocoapods were set for watchOS 2.0, and updating those all to 4.0 as well solved this for me. Hopefully this will help someone else running into this problem.