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

    What's the suggested Cordova App Wrapper workflow?

    Framework
    2
    2
    946
    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.
    • O
      ohho last edited by

      After I made any change to the Quasar source, currently I generate a new iOS build by:

      rm -rf cordova
      quasar build ios
      quasar wrap cordova
      cd cordova
      (edit config.xml)
      cordova platform add ios
      (open MyApp.xcworkspace and build in Xcode)
      

      The problem is I lost any changes in config.xml if there is any update to the Quasar source.

      Is there a better workflow to force a full iOS rebuild (without losing config.xml)?

      1 Reply Last reply Reply Quote 0
      • V
        vinstah last edited by

        Hi ohho,

        When I’m building for android or ios I only need to run quasar build each time.
        If you remove the cordova folder each time and run quasar wrap cordova that will generate new cordova files.

        The www folder in cordova is symlinked to the dist folder of your source so, just rebuild with quasar build ios and then change into cordova folder to cordova run or cordova build

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