You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Shazron Abdullah (JIRA)" <ji...@apache.org> on 2012/07/17 01:57:35 UTC

[jira] [Updated] (CB-886) Change Xcode CordovaLib (sub)project format to support easy header inclusion

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

Shazron Abdullah updated CB-886:
--------------------------------

    Attachment: Step2.png
                Step1.png

Xcode has to be configured properly for this to work. See Step1.png and Step2.png.

Xcode Preferences -> Locations -> Derived Data -> Advanced... -> Unique.

The Xcode DerivedData location must be set to Unique in the Advanced section.
                
> Change Xcode CordovaLib (sub)project format to support easy header inclusion
> ----------------------------------------------------------------------------
>
>                 Key: CB-886
>                 URL: https://issues.apache.org/jira/browse/CB-886
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>             Fix For: 2.0.0
>
>         Attachments: Step1.png, Step2.png
>
>
> See: http://www.blog.montgomerie.net/easy-xcode-static-library-subprojects-and-submodules
> Right now, the import looks like this:
>     
>     #import "CDV.h"
> We want:
>     #import <Cordova/Cordova.h>
> I believe from reading the article this is possible with the sub-project, without the tedium of modifying your User Header Paths project value, just by drag and dropping the sub-project in, you get this support.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira