PhoneNumberKit
PhoneNumberKit copied to clipboard
ERROR ITMS-90081 when trying to upload build to Appstore Connect
Hello,
I'm using a framework that uses PhoneNumberKit
as a dependency (https://github.com/checkout/frames-ios). I build this framework via Carthage:
github "checkout/frames-ios" "3.5.3"
github "marmelroy/PhoneNumberKit" "3.3.5"
After that, my CI has started failing with an error message: "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 was looking for the solution and I found that: https://developer.apple.com/forums/thread/108408?answerId=330704022#330704022
The setup for the Frames
framework looks fine, however in PhoneNumberKit
there is:
So probably here is the source of the problem. Could you bump the watchOS deployment target?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.