About 1,370,000 results
Open links in new tab
  1. ios - How can I develop for iPhone using a Windows development …

    Aug 22, 2008 · You code in C#. With all the updates and features they are adding, you can do everything but submit to the App Store from Windows, even compile, build and deploy to an …

  2. How can I use SwiftUI on Windows to make an iOS app?

    May 12, 2022 · Native way to create native iOS apps is done using XCode.app, which can only be run on MacOS. Hackintosh is a solution to run MacOS on unsupported hardware. It is …

  3. Developing for iOS device in Windows environment with Flutter

    Oct 30, 2017 · 123 You can do your main development on Linux or Windows with Android Studio or Visual Studio Code. Then use git to move the code to macOS to test it with Xcode on an …

  4. iphone - iOS development on Windows - Stack Overflow

    Mar 7, 2012 · Possible Duplicate: How can I develop for iPhone using a Windows development machine? I've read a lot of questions and answers about developing iOS apps on Windows: …

  5. React-native: How to build for ios from windows - Stack Overflow

    We have one mac and the rest of the team is running on windows. Is there a way to write the app on windows with the ios device connected to the windows machine or local wifi. Then launch …

  6. What is the best alternative for Xcode to run the iOS simulator in ...

    Jan 17, 2023 · I test my Android apps by using Expo Go to mirror my Android phone to Windows, but as I don't have an iPhone and can't mirror it to Windows, I need a simulator to run and test …

  7. Build an iOS app without owning a mac? - Stack Overflow

    So, from my experience the development of an iOS app is a very lengthy proccess, without even considering the actual code-development time. Can you borrow a Mac for that long ?

  8. Deploy MAUI app on iOS Device with Visual Studio Code

    Jan 23, 2024 · I started developing a little Bluetooth app with MAUI, with Visual Studio 2022 on Windows. I wanted to deploy it on a iOS device, so I switched to a Mac, using VS Code …

  9. Is it possible to run Expo using EAS on an iPhone device but on …

    Nov 9, 2023 · As far as I understand, I have to build the native dependencies in order to run the build local, but of course that won't work for the iOS app, since I'm working on windows. But …

  10. Building Expo app for IOS with windows - Stack Overflow

    Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem->Linux and run the new Linux installation at least once What app should I use for this? And even if I …