Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Ionic Capacitor iOS on linux

Considering this answer, it is not possible to run Xcode on Arch Linux. Capacitor iOS documentation says that I need it to run iOS emulation.
Is there a way to emulate iOS device on Manjaro using Ionic Capacitor?

like image 297
Antony Avatar asked Sep 16 '25 06:09

Antony


1 Answers

you can run xcode on linux NATIVELY using darling

Darling is a translation layer that lets you run macOS software on Linux

once installed you can install xcode

via command-line developer tool following this link

like image 94
Francesco Iapicca Avatar answered Sep 19 '25 14:09

Francesco Iapicca