问题描述
我一直在AppCode中收到此错误,但通常它在Xcode上运行得很好:
I keep getting this error in AppCode, but usually it runs just fine with Xcode:
AppCode 3.0.6中的目标sdk是7.1(Xcode 6.1)
TARGETED_DEVICE_FAMILY = 2(iPad)
VALID_ARCHS = armv7 armv7s i386 arm64
架构=标准架构(armv7,arm64)
Target sdk is 7.1 in AppCode 3.0.6 (Xcode 6.1)
TARGETED_DEVICE_FAMILY = 2 (iPad)
VALID_ARCHS = armv7 armv7s i386 arm64
Architectures = Standard architectures (armv7, arm64)
我有iOS iOS的iPad Mini和iOS 7.1的iPad 4的问题。
I have the problem with both an iPad Mini with iOS 8.1 and a iPad 4 with iOS 7.1.
任何想法为什么它是不是可以从AppCode工作?
Any idea why it will not work from AppCode?
推荐答案
我也有:Xcode构建正常,Appcode没有。没有明显的理由 - 目标等看起来很好。它似乎是AppCode 3.0.6中的一个错误,似乎在3.1 EAP版本中得到修复。使用3.1,项目在这里建立良好。
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.
这篇关于AppCode目标设备系列无效(iPad iOS 8.1)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!