[ 
https://issues.apache.org/jira/browse/CB-5520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14364685#comment-14364685
 ] 

Shazron Abdullah commented on CB-5520:
--------------------------------------

The above commit adds the .xcconfig support in the default template (IDE 
build), however no Target settings have been removed yet from the pbxproj into 
the appropriate .xcconfig yet.

We still have to make sure the command line build and the IDE build will build 
the same thing. Not sure if we need to still override the Build Settings by 
specifying it from the command line -- although the .xcconfig files are the 
same for both anyway. 

> Use .xcconfig file for adding/tweaking settings in the default template
> -----------------------------------------------------------------------
>
>                 Key: CB-5520
>                 URL: https://issues.apache.org/jira/browse/CB-5520
>             Project: Apache Cordova
>          Issue Type: New Feature
>          Components: iOS
>    Affects Versions: 3.2.0
>            Reporter: glmnbeyond
>            Assignee: Shazron Abdullah
>            Priority: Minor
>              Labels: core
>             Fix For: 4.0.0
>
>         Attachments: Screen Shot 2014-03-29 at 9.57.58 AM.png
>
>
> I created a helloCordova project via Cordova CLI, and added some debug info 
> to native code:
> DLog('This is a debug info');
> But the debug info is never outputted.If I use  ALog, the info can be 
> outputted, so I think it probably has something to do with the "DEBUG" macro.
> After I added "DEBUG=1" to "Preprocessor Macros", ran the helloCordova 
> target, DLog can be outputted.
> So here is my question:
> Should we add "DEBUG=1" to iOS template project->"Build Settings"-> 
> "Preprocessor Macros" ->"Debug" ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to