How to make an iOS app with a cursor on a Windows PC?

Hello, I’m new to cursor and app development. I want to create an iOS app with the help of a cursor. I have seen a lot of tutorials to make an iOS app with the help of cursor but they all are making it with mac, but I have a windows PC. Please give me guidance to make an iOS app on a windows device with a cursor.

You can use cursor on Windows, and you can also code your app on your PC with it but for debugging and compiling you need to have xcode.

Hey thank you for your reply, and yes I’ve done research on that, and now I’m finding the legitimate way to run xcode on my Windows PC.

You can use VM (virtual machine) to run macOS on your PC, so is xcode and you can also use cloud services like macstadium to do this.

which mobile app development framework u are using? flutter? react native? If react native, you can use Expo cloud free tier to build ios and android apps for free, 30 builds per month. If flutter, you should set up GitHub pipelines to build it, github has generous free minutes to build multiple ios/android apps too

Hey, thank you for your reply after your recommendation. I have researched virtual machines and found a method to run Xcode on a PC with the help of a virtual box. Is this the same method you are talking about?

I want to use swift for native iOS app development.

you can use GitHub action pipelines, they provide macOS jobs too