You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jacob Weber (JIRA)" <ji...@apache.org> on 2013/06/28 00:18:21 UTC

[jira] [Updated] (CB-4035) Docs for upgrade to 2.8.0 differ from template project

     [ https://issues.apache.org/jira/browse/CB-4035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacob Weber updated CB-4035:
----------------------------

    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.

  was:
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.

    
> Docs for upgrade to 2.8.0 differ from template project
> ------------------------------------------------------
>
>                 Key: CB-4035
>                 URL: https://issues.apache.org/jira/browse/CB-4035
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs
>    Affects Versions: 2.8.0
>            Reporter: Jacob Weber
>            Assignee: Michael Brooks
>            Priority: Minor
>
> 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.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira