Missing architecture. Apps built with Watch OS 5.0 and later SDKs must contain additional architectures

余生颓废 提交于 2019-12-22 18:07:46

问题


ERROR ITMS-90733

The WatchApp target is using “armv7k” under valid architectures; and the WatchApp Extension is using both “armv7k” and “i386” under valid architectures.

When I build and try to deploy and build to the AppStoreConnect, I get the error message attached in this post.

I tried several combinations of arm64_32, armv7, and armv64 but no luck! Any help is much appreciated. Thank you.


回答1:


try add arm64_32 architecture in your watch extension build setting, not watch .




回答2:


I solved the issue by switching the Build System setting from Legacy to "New Build System". You can find it by clicking File -> Workspace Settings of the Xcode.

Also you have to make sure that the Valid Architectures and Architectures settings were set to default values (just navigate to each and press backspace).




回答3:


So I solved the problem by updating the AdobeMobileLibrary. Here is the link to files: https://github.com/Adobe-Marketing-Cloud/mobile-services/releases



来源:https://stackoverflow.com/questions/53840458/missing-architecture-apps-built-with-watch-os-5-0-and-later-sdks-must-contain-a

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!