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

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.

Up vote 1 down vote favorite share g+ share fb share tw.

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? Xcode xcode4 repository xcode3.2 xcode3to4 link|improve this question edited May 30 '11 at 15:45sorin7,39723185 asked Jan 25 '11 at 21:27fzwo1,876415 80% accept rate.

Jan 25 '11 at 21:36 Yes, I am sorry. Searching for Xcode 4, "Xcode 4" and +Xcode +4 either turned up too much noise, or came up empty. I only thought of trying Xcode4 after posting my question.

– fzwo Jan 25 '11 at 22:28 There, I edited the question to be more specific. – fzwo Jan 25 '11 at 22:43.

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? 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! 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! Git support has been added to sourcecontrol, which makes development in teams easier 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!

Now that the final is out, I think for a new project the choice is obvious: Xcode 4 is the first version of the future of Xcode. – fzwo Mar 10 '11 at 15:43.

I second JackPearse's endorsement of Xcode 4, with one caveat. Been using Xcode 4 for a couple of days and am really starting to like it. Particularly like the way it shows the changes in each file as you commit.

Unfortunately, when you delete a file, it forgets that it will need to be deleted in the repository as well. But the big BUT right now is that Xcode 4 will immediately crash the moment you try to do any Core Data modeling. See also XCode 4 Data Model Versioning bug?

Here on Stack Overflow. So, if you plan to use Core Data, you'll need to keep Xcode 3 around as well until they fix this.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions