xcodexcode4repositoryxcode3.2xcode3to4

New iOS project, free hosted repository: Xcode 4 or Xcode 3.2?


I wonder whether I should start development of a new iOS project in Xcode 4 or 3.2 - on one hand, I know 3.2 (a little), there is lots of info about it out there, and it's stable and proven. On the other hand, Xcode 4 brings some improvements as well. Are the newer previews of Xcode 4 ready for prime time, or are they still too buggy?

I'm especially interested in issues with (and recommendations of) externally hosted repositories, as I was not very happy with how Xcode 3.2 played with the Subversion repository in my last project.

Which one to choose, and which (preferably free and externally hosted) repository to match?


Solution

  • Today (3rd Feb 2011) Apple released the GM-Seed of xcode4. It's now ready for usage and you can compile your apps and release to the app-store. So if you are new with xcode, I would suggest using xcode4.

    Why?

    1. The new compiler has a lot of optimizations done. The compiler (as far as I can see the results) generates faster code. It's big fun!

    2. The new Userinterface is more reliable. It makes your development a lot faster!

      2a. Interface builder is now integrated. You can "drag and drop" your userinterface Item using the "ctrl"-key into your code and xcode creates the source for you! This accelerates creation of userinterfaces a lot!

    3. git support has been added to sourcecontrol, which makes development in teams easier

    4. The new LLVM compiler shows errors immediately while coding. And it displays errors, which xcode3 never mentioned

    In xcode4 Apple changed a lot! So if you start with xcode3, you will have a new learning curve with xcode 4. For newbs I suggest: Download the xcode4 goldmaster and get startet with xcode4!