No Xcode Swift Build Settings

I have a project containing an application, a custom keyboard, and built-in infrastructure. A little context ... The application was created as an ObjC project some time ago, the keyboard was also launched as ObjC. Embedded infrastructure was added later as ObjC.

The project is converted to Swift. I can see the Swift compiler options in the project, but setting the value at the project level flows down to the user settings at the target level.

Here is a screenshot of what I'm trying to explain. On the left are the project level settings, on the right are the target level settings.

Please note that when creating a new project with the same setting, the Swift compiler settings are displayed.

How can I configure these settings? What are the implications of having these settings in User-Defined? Will they act the same?

+5
source share

All Articles