xcode - xcconfigs: How to set up multiple configurations for a target -


i can't tell xcode ui if target using both warnings , pods xcconfigs, or one.

xcode xcconfig ui

i've looked @ build log in xcode, , search either xcconfig name comes empty. how can tell what's happening behind scenes?

xcode's filtered build log shows no results either configuration file:

xcode build log search warnings.xcconfig

xcode build log search pods.xcconfig

the projects based on "warnings" , targets on "pods". settings still cascade project down target in example "pods" not apply project. maintain sets of xcconfig files best suited "seed" project settings , separate files suitable seeding targets.

also note build setting propagation occurs separate build. changes xcconfig files affect project , target settings. why won't see in build log them.

think of settings target build being derived target settings may inherit project settings, inherit system default settings. independently of think of xcconfig files way of automatically imposing settings @ either project or target level, @ lower priority manual edits make in settings ui.

see? simple. ;)


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -