What is the source of Xcode build settings defaults?

89 views Asked by At

I have two Xcode projects. Neither of them have custom ENABLE_BITCODE setting .pbxproj file. But in one of them it's set by default to YES and in another one it's set to NO. If I enable Customized filter - it's empty in both project.

Where the settings come from?

1

There are 1 answers

1
Alexander Kulabukhov On BEST ANSWER

You can see sources of particular settings by enabling Levels toggle in build settings.enter image description here