美文网首页
iWatch:ERROR ITMS-90733的错误

iWatch:ERROR ITMS-90733的错误

作者: trinstan | 来源:发表于2021-07-06 15:49 被阅读0次

第一次做iWatch的,然后上传App Store,踩到这个坑:ERROR ITMS-90733: "Missing architecture. Apps built with Watch OS 5.0 and later SDKs must contain additional architectures."

解决方案如下:(我是这样解决的)
1、保证iWatch支持的版本和手机App支持的版本对应一致(如iOS 14对应的是 iWatch OS 7)
2、找到手表对应的 Target,iWatch 和 extension都需要;然后搜索:VALID_ARCHS


WechatIMG410.png

将这一栏全部删除


WechatIMG411.png

然后重新打包,上传

相关文章

网友评论

      本文标题:iWatch:ERROR ITMS-90733的错误

      本文链接:https://www.haomeiwen.com/subject/trugultx.html