I have been trying to run an example of IOS project. But it seems, like xcode or ios is not compatible and it generates tonnes of errors. I want to know, how to get it running. I wanna make sure, what i need to download for mac osx, xcode and ios to make all the latest code/projects run ?
Share
The current version (as of this writing) of Xcode is 4.5.2.
There have been huge changes since version 3.2.6, and you won’t be able to use new SDKs or more recent features with your old version. Also, many projects on GitHub etc. are likely to be incompatible with Xcode 3.x (because they use a newer project format or features not available in your version).
In short: You should update both OS X and Xcode.