skip to Main Content

I’m currently developing with some friends a mobile app using Flutter. But we can’t seem to find a working method to install the app on iPhone (none of us has a mac pc)

Any suggestions?

We even tried installing first macOs on a VM but nothing works.

2

Answers


  1. You cannot install an iOS app without a Mac. Consider using a macOS virtual machine on your Windows PC.

    Then you can able to run ios apps.

    Login or Signup to reply.
  2. There are two solutions:

    1. Buy a cheap Mac that suits your needs. I bought a used Mac mini 2014 for about 130 EUR. Keep in mind that older Mac generations won’t be compatible with the latest MacOS (like mine). Therefore you can’t install the the latest Xcode, which is needed if your Phone has the latest Ios. I managed to deploy my App on newer Devices than my Mac-> MacOs-> Xcode Version supports by copying device profiles for the "deployment target" from newer Xcode versions.
      Consider patching the Mac with "OpenCore Legacy Patcher" to get the latest MacOS to an older Mac.

    2. Try running MacOS in a Virtual Machine. Search for "Hackintosh". I also tried this, but gave up after several hours. Maybe my AMD CPU is not compatible.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search