Xcode unsupported architecture armv7k

亡梦爱人 提交于 2019-12-07 05:41:49

问题


When trying to validate my new app using watchkit with xcode 6.2 I get a strange error:

iTunes Store operation failed. Unsupported architectures. Your executable contains unsupported architectures '[armv7k]'.

What does armv7k even mean? All my build settings (for the app and all extensions) look like the ones in the following screenshot:

Could the red color of my embedded binaries have something to do with the problem? Everything works great on my device and on the simulators.

Thanks in advance!

Update: xCode 6.2 and iOS 8.2 was released. Problem is still there.


回答1:


It's more than likely not passing validation as you can't actually submit watch apps yet.

Per https://developer.apple.com/watchkit/:

Please Note: Apps built with Xcode 6.2 and iOS 8.2 SDK may be submitted to the App Store. However, WatchKit extensions are not accepted at this time.




回答2:


I think this is architecture of new Apple Watch. It is not architecture of your main app so you can't see it in build settings of your app. For sure it is impossible to submit app from Xcode beta.

I have the same issue but from Xcode 6.2 (not beta). May be itunesconnect does't support watchkit extensions yet.



来源:https://stackoverflow.com/questions/28929034/xcode-unsupported-architecture-armv7k

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