←back to thread

168 points pabs3 | 1 comments | | HN request time: 0.306s | source
Show context
azhenley ◴[] No.45756556[source]
I’m guessing even this still requires that I use XCode.
replies(2): >>45756643 #>>45756666 #
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 #
1. pjmlp ◴[] No.45757242[source]
The command line tools are still XCode, in a way.