AppCode targeted device families not valid (iPad iOS 8.1)

ε祈祈猫儿з 提交于 2019-12-04 06:55:41

I had that as well: Xcode builds fine, Appcode does not. There is no evident reason for that - the target etc looks fine. It seems to be a bug in AppCode 3.0.6 that seems to be fixed in the 3.1 EAP version. With 3.1 the project builds fine here.

According to JetBrains, it's a problem with the xcodebuild tool in Xcode 6 rather than being an issue with AppCode. Hopefully something Apple will fix soon!

https://youtrack.jetbrains.com/issue/OC-11204

Just had this problem as well in Appcode. If you set "Targeted Device Family" in Appcode's target to "1,2" (iPhone and iPad), it worked here.

You need to check Development info like development target, Device and match with the simulator device.

Go To Build Settings -> in search bar, search "targeted"

change in Universal

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