5 ms·
"You have to compile iOS apps on a Mac anyway" Well, not if somebody finds a way to run the compilation elsewhere! Hence my comment! Right now, iOS dev requi
by henearkr 17d ago
"You have to compile iOS apps on a Mac anyway"
Well, not if somebody finds a way to run the compilation elsewhere!
Hence my comment!
Right now, iOS dev requires to own a recent Mac machine, which is hell of expensive, and moreover needs to be renewed every few years...
Completely unjustifiable...
- mike_hearn 16d agoIf you target cross-platform frameworks that don't require Apple's toolchain, it can be made to work. For instance if you write an Electron or JVM app for the desktop then Conveyor can ship it from anything, because all the native components come pre-compiled in that case. But I don't think many people are writing mobile apps in that way.