[
https://issues.apache.org/jira/browse/CB-11792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15495043#comment-15495043
]
ASF GitHub Bot commented on CB-11792:
-------------------------------------
Github user dpogue commented on the issue:
https://github.com/apache/cordova-ios/pull/248
This is causing Xcodebuild to ignore the Cordova build.xcconfig files:
```
Ignoring configuration file
'/Users/ayogo/Jenkins/workspace/cordova-app/platforms/ios/cordova/build-release.xcconfig'
because it could not be loaded.
Reason: File could not be parsed due to preprocessing errors:
build-release.xcconfig line 26: Unable to find included file
"Pods/Target Support Files/Pods-HelloCordova/Pods-HelloCordova.release.xcconfig"
```
> Add Cocoapods .xcconfig includes to build.xcconfig files in template, modify
> create script
> ------------------------------------------------------------------------------------------
>
> Key: CB-11792
> URL: https://issues.apache.org/jira/browse/CB-11792
> Project: Apache Cordova
> Issue Type: Sub-task
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: iOS
> Reporter: Shazron Abdullah
> Assignee: Shazron Abdullah
>
> 1. The platforms/ios/cordova/build-debug.xcconfig file needs to add this
> reference at the end: #include "Pods/Target Support
> Files/Pods-PROJECTNAME/Pods-PROJECTNAME.debug.xcconfig"
> 2. The platforms/ios/cordova/build-release.xcconfig file needs to add this
> reference at the end: #include "Pods/Target Support
> Files/Pods-PROJECTNAME/Pods-PROJECTNAME.debug.xcconfig"
> 3. The create script should replace PROJECTNAME with the correct project name
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]