No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Quasar stopped building iOS after Build success

    Help
    3
    7
    383
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rami.almofleh
      rami.almofleh last edited by

      I tried to run my App for debugging it on iPhone 5s Device but its stopped always at this point

      ** BUILD SUCCEEDED **
      
      No target specified for emulator. Deploying to undefined simulator
      
       app:cordova-conf Updated Cordova config.xml +2ms
       app:cordova-conf Updated AppDelegate.m +0ms
      
      

      I tried to do that with Xcode and the App worked without problems, and with

      cordova run ios
      

      worked too, but i want to start the app as debugger Build with Quasar
      So pls help!!

      1 Reply Last reply Reply Quote 0
      • rstoenescu
        rstoenescu Admin last edited by rstoenescu

        There was a bug on Cordova related to this.
        First, make sure you have cordova v9+ installed. If this doesn’t solves the problem, do an npm upgrade in /src-cordova. If this doesn’t works, check the settings on your iPhone device (something blocking the install on it?). If this doesn’t works, then uninstall any previous app that you had with same name. If this doesn’t works, then you need to manually specify an emulator target:

        $ quasar dev -m cordova -T ios -e iPhone-X,com.apple.CoreSimulator.SimRuntime.iOS-12-2
        # or:
        $ quasar dev -m cordova -T ios -e iPhone-X
        
        1 Reply Last reply Reply Quote 0
        • rstoenescu
          rstoenescu Admin last edited by

          Also, make sure that you are running the latest version of @quasar/app (v1) or quasar-cli (v0.17).

          1 Reply Last reply Reply Quote 0
          • rami.almofleh
            rami.almofleh last edited by

            this works but just for simulator, but i need to debugging on my iPhone Device
            ‘No target specified for emulator. Deploying to iPhone-XR, 12.2 simulator’

            i tryed to do that with
            ’ quasar dev -m cordova -T ios --device’
            but ther is still the same Problem

            1 Reply Last reply Reply Quote 0
            • rstoenescu
              rstoenescu Admin last edited by rstoenescu

              @rami-almofleh Make sure you have your phone connected with a cable to your dev machine, that while you issue the quasar command it’s unlocked, and that you have accepted the dev machine on your phone (there’s a prompt for that first time you when you install something on it). Also, do you have a provisioning profile created and added to the XCode project?

              Also, does iTunes pops up when you connect your iOS to your dev machine through cable?

              1 Reply Last reply Reply Quote 0
              • rami.almofleh
                rami.almofleh last edited by

                @rstoenescu after log time of searching i found the solution
                that was my “Microsoft mouse” i unplugged it and it worked now

                that was crazy but worked!!!

                Thank you for your Help!

                metalsadman 1 Reply Last reply Reply Quote 1
                • metalsadman
                  metalsadman @rami.almofleh last edited by

                  @rami-almofleh said in Quasar stopped building iOS after Build success:

                  @rstoenescu after log time of searching i found the solution
                  that was my “Microsoft mouse” i unplugged it and it worked now

                  that was crazy but worked!!!

                  Thank you for your Help!

                  Wew, bad mousey.

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post