PhoneNumberKit icon indicating copy to clipboard operation
PhoneNumberKit copied to clipboard

ERROR ITMS-90081 when trying to upload build to Appstore Connect

Open kamilw-au opened this issue 2 years ago • 1 comments

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:

watchOS-PhoneNumberKit So probably here is the source of the problem. Could you bump the watchOS deployment target?

kamilw-au avatar Jun 03 '22 13:06 kamilw-au

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.

github-actions[bot] avatar Aug 03 '22 04:08 github-actions[bot]