1

I am new to iOS development. I've recently stumbled upon the new objective-c collection-literals syntax on an article, and I would like to be able to use this newer version of the language. How can I install the newest version of the apple llvm compiler without having to install xCode's newest version?

jscs
  • 63,694
  • 13
  • 151
  • 195
Pedro Rolo
  • 28,273
  • 12
  • 60
  • 94
  • possible duplicate of [Is there any way to use LLVM 3 in Xcode 4.1?](http://stackoverflow.com/questions/7361824/is-there-any-way-to-use-llvm-3-in-xcode-4-1) – jscs Jun 20 '12 at 17:59

1 Answers1

1

You can get LLVM separately from Xcode at llvm.org, though you may find some of the new features don't work well without IDE and framework support.

rickster
  • 124,678
  • 26
  • 272
  • 326