Building and releasing iOS App without Xcode?
-
Hey guys,
just read about developing Apps for iOS with Cordova. But one point I am not sure about so far: can I build and release for Apple without having an Apple computer with Xcode running?
-
officially no…but if you really have to, VM’s can do the job if you don’t have a Mac.( xcode is essential btw ). But it’s far from ideal…
-
Use a VMWare VM with macOS and install xcode on it. Experience will be a bit laggy but it does the job.
-
Thx guys!