Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-4035

Docs for upgrade to 2.8.0 differ from template project (formatting)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.8.0
    • 2.8.0, 2.9.0, 3.0.0
    • None
    • None

    Description

      When you generate a project with the "create" script, the linker flags include:

        -force_load
        ${TARGET_BUILD_DIR}/libCordova.a
      

      But according to the docs (http://cordova.apache.org/docs/en/2.9.0/guide_upgrading_ios_index.md.html#Upgrading%20Cordova%20iOS), you should add these flags (without the underscores):

        -forceload
        ${TARGETBUILDDIR}/libCordova.a
      

      Also, the flag you're replacing is "-all_load" in the template, and "-allload" in the docs.

      Attachments

        Activity

          People

            shazron Shazron Abdullah
            jweber Jacob Weber
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: