升级到 Xcode 4.2 beta 版本后,Jetbrains Appcode 是否仍然可以使用?
升级到 Xcode 4.2 beta 版本后,Jetbrains AppCode 是否仍然可以使用?
Does Jetbrains AppCode still work after upgrading to the Xcode 4.2 beta release?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我想是的,但是你绝对应该继续使用非 beta Xcode,即用于 iOS 开发的 4.0.2。
使用 4.2,您将无法向 AppStore 提交应用程序。(忘了 Lion!)
另外,我用 Xcode 4.2“玩”了几个小时,直到我在 iOS5 中的 CoreData 中发现了一个重大错误。 .. 我认为 iOS5 还不够稳定,不足以使 Xcode 4.2 成为一个严肃的开发环境。
太糟糕了 Xcode 4.2 确实更快了稳定的。
所以这是我的建议(这就是我所做的):
/Developer
中安装 Xcode 4.0.2/Xcode42
(或其他)中安装 Xcode 4.2xcode-select /Developer
或 AppCode 将使用 Xcode 4.2 来构建和运行应用程序。注意:在有人报告此事之前,尚未讨论过 NDA 下的任何主题。
I think so, but you definitely should stay on non beta Xcode, i.e. 4.0.2 for iOS development.
You won't be able to submit apps to AppStore with 4.2. (Forget Lion!)
Also, I "played" with Xcode 4.2 for few hours, until I found a breaking bug in CoreData in iOS5... I think iOS5 is not stable enough yet to make Xcode 4.2 a serious development env.
Too bad Xcode 4.2 is really more fast & stable.
So here is my suggestion (that's what I do) :
/Developer
/Xcode42
(or whatever)xcode-select /Developer
or AppCode will use Xcode 4.2 for building and running apps.Note: Before someone reports this, no subject under NDA has been discussed.
是的,确实如此。它还不支持新的语言功能(编辑器中的一些红色代码),但将在几周内支持。
Yes it does. It doesn't support new language features yet (some red code in editor) but will do so in a couple of weeks.