Xcconfigs: how to set up multiple configurations for the target

I can’t tell from the Xcode interface if my target uses both Warnings, and Pods xcconfigs, or just one.

Xcode xcconfig UI

I looked at the build log in Xcode and the name lookup xcconfiglooks empty. How can I tell what's going on behind the scenes?

The build log in Xcode format does not show results for the configuration file:

Xcode build log search for Warnings.xcconfig

Xcode build log search for Pods.xcconfig

+3
source share
2 answers

"" "Pods". , "Pods" . xcconfig, "" , .

, . xcconfig . .

, , , . , xcconfig , , .

? .;)

+2
  • , .

  • :

a): .

, Warnings.xcconfig RACTest :

Project info pane

RACTest , ( " " ):

Selecting the application target

" " xcconfig, :

Build settings for RACTest target

xcconfig, , " " :

Build settings for RACTest project

b): xcconfig.

+1

All Articles