Since, without using Xcode (an IDE), you cannot build or publish iOS apps. This is because Xcode only runs on macOS with the iOS SDK. However, if you wish to develop an iOS app on Windows, you need virtualization software . Using a virtual machine such as VirtualBox and VMware, you get access to virtual Mac OS.
Read moreCan I use Windows to build iOS app?
You can make an app for iOS even if you ‘re on a PC running Windows 10. I wish I had known this when I first started because I delayed myself for 3 years before biting the bullet and buying a Mac.
Read moreHow do I create an IPA file in Flutter?
Run flutter build ipa to produce a build archive.
Read moreCan you develop Flutter on Windows?
Desktop support allows you to compile Flutter source code to a native Windows, macOS, or Linux desktop app. Flutter’s desktop support also extends to plugins—you can install existing plugins that support the Windows, macOS, or Linux platforms, or you can create your own.
Read moreCan I use Windows to develop iOS apps?
Since, without using Xcode (an IDE), you cannot build or publish iOS apps. This is because Xcode only runs on macOS with the iOS SDK. However, if you wish to develop an iOS app on Windows, you need virtualization software . Using a virtual machine such as VirtualBox and VMware, you get access to virtual Mac OS.
Read moreCan I use Flutter on Windows?
Desktop support allows you to compile Flutter source code to a native Windows, macOS, or Linux desktop app . Flutter’s desktop support also extends to plugins—you can install existing plugins that support the Windows, macOS, or Linux platforms, or you can create your own.
Read moreCan I publish iOS apps on Windows?
Microsoft now lets iOS developers deploy, run and test their apps directly from Windows. If you’re an iOS developer, then Microsoft’s Xamarin already allowed you to develop your iOS applications in C# with the help of tools like Xamarin.
Read more