Home > Back-end >  Is it possible to convert an Angular Project to an IOS-App without having a Mac?
Is it possible to convert an Angular Project to an IOS-App without having a Mac?

Time:08-14

I built an Angular application, which I wanted to convert to an IOS-App. I found the Capacitor plugin but to convert it completely I need a Mac PC/Xcode.

Is there anything else i can use?

I did everything with Capacitor but when i execute

npx cap open ios

it just opens a folder, in my understanding it should open Xcode, which a cant download

I also brought the folders on my Iphone but i dont understand how i should execute the app

CodePudding user response:

You can't do it without a Mac, I prefer you install a virtual machine on your device using vmware you can check this article from here

CodePudding user response:

Check out Capacitor. Capacitor is a cross-platform native runtime to build modern web apps that can run natively on iOS or Android with ease. It offers cool features like PWA support, Capacitor CLI, and awesome plugins.

CodePudding user response:

If you can then convert your project to Angular with NativeScript. Its a cross platform framework which allows to develop android, iOS and web apps.

Below are some links-

NativeScript and Angular Docs https://docs.nativescript.org/tutorial/angular.html

Udemy Course https://www.udemy.com/course/nativescript-angular-build-native-ios-android-web-apps/

  • Related