Debug Iphone App In Mac In Safari

Jun 11, 2020  So it’s good to know how to enable the debug menu. We have covered a step-by-step process, have a look. How to Enable Safari Debug Menu in Mac OS X. In almost every guide, we ask you to launch some or the other app in the first step. But here the things are different; if you have Safari opened then you’ll have to quit it first. Thanks for the iOS debugging guide. I have followed your instructions using a Mac Mini and iPad, but even though I have my iPad plugged in and, using Safari, have chosen the site I want to debug, I get ‘No Inspectable Applications’ when I choose my iPad from the Mac Mini Safari Develop menu.

  1. Debug Iphone App In Mac In Safari Free
Debug iphone app in mac in safari download

Answers

SafariDebug

Debug Iphone App In Mac In Safari Free

  • edited July 2019

    To compile an ios app, you will need XCode running on a mac. If you don't own a mac, you can try using a cloud service like https://www.macincloud.com/

    Using a virtual machine should also be possible, but as far as i know there is no 'official' way to get a virtual machine with macos.

    Another way is to use https://appcenter.ms/ to build your app.

  • Thanks @DirkWilhelm for your reply.

    App center sounds interesting. I have created an account to start exploring.

    How about debugging the app step by step? will it be possible using a cloud service?

    I have downloaded a macOS High Sierra 10.13 Virtual Box machine. I will give a try.

    Regards

    Jaime

  • @jstuardo We don't recommend you to install VMs on a windows machine as it is in violation of Apple's licensing for Mac OS. Apple only allows VMs run on a real Mac device as the host.
    Maybe you can try some cloud services which offer Mac OS but it still can't help you deploy the project on your real iPhone because the Mac is not by your side. And generally, these services are not free.
    Moreover, App Center can only help you deploy your application to your iPhone. You cannot debug the codes line by line.
    Unfortunately, if you want to develop iOS applications it's better to buy a Mac machine.

  • Read this article:
    https://nicksnettravels.builttoroam.com/ios-dev-no-mac/
    It might help you!