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?
I am new to iOS development. I’ve recently stumbled upon the new objective-c collection-literals
Share
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.