←back to thread

169 points pabs3 | 5 comments | | HN request time: 0.759s | source
1. azhenley ◴[] No.45756556[source]
I’m guessing even this still requires that I use XCode.
replies(2): >>45756643 #>>45756666 #
2. abnercoimbre ◴[] No.45756643[source]
Is that true? What about the command-line version?
replies(1): >>45757725 #
3. dadoum ◴[] No.45756666[source]
It probably doesn't, as you practically never need Xcode for simple apps. From my experience, currently, you need Xcode to compile storyboards (NIB/XIB files) and bundle Assets.car (macOS BOM files); and compile Xcode projects, btw. I may be missing another important feature used in a lot of apps but otherwise for the most part you can build an iOS app without Xcode (or even macOS).
replies(1): >>45757242 #
4. pjmlp ◴[] No.45757242[source]
The command line tools are still XCode, in a way.
5. klausa ◴[] No.45757725[source]
The Command Line Tools doesn't include the iOS SDK; or a simulator; or any of the other tools required to get it deployed to actual device.