[
https://issues.apache.org/jira/browse/CB-11792?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15505830#comment-15505830
]
Shazron Abdullah commented on CB-11792:
---------------------------------------
Because of the redirection, I had to add this ignore directive in the
build.xcconfig files:
{code}
// @COCOAPODS_SILENCE_WARNINGS@ //
{code}
This is to suppress this warning:
{code}
[!] CocoaPods did not set the base configuration of your project because your
project already has a custom config set. In order for CocoaPods integration to
work at all, please either set the base configurations of the target
`TestClient` to `Pods/Target Support
Files/Pods-TestClient/Pods-TestClient.debug.xcconfig` or include the
`Pods/Target Support Files/Pods-TestClient/Pods-TestClient.debug.xcconfig` in
your build configuration.
{code}
See:
https://github.com/CocoaPods/CocoaPods/commit/2ab324a719713aa26109d29bb2b5e06e2120abd7
> 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
> 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]