Does Jetbrains Appcode still work after upgrading to the Xcode 4.2 beta release?
Does Jetbrains AppCode still work after up开发者_StackOverflowgrading to the Xcode 4.2 beta release?
https://www.jetbrains.com/objc/
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) :
- Install Xcode 4.0.2 in
/Developer
- Install Xcode 4.2 in
/Xcode42
(or whatever) - Make sure to run
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.
精彩评论