You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After generating the project with xcake there are a few user-defined build settings set that I don't need—for example MTL_ENABLE_DEBUG_INFO or MTL_FAST_MATH.
Is there a way I can prevent xcake from creating a particular setting? I saw that they're defined in the base project used by xcake but I don't know how to remove one of those.
On the other hand, I am seeing that those settings are defined in Apple's Build Settings reference but they are shown as User-Defined Settings, which seems strange. What could be causing that?
Thanks in advance! The tool is awesome btw 😄
The text was updated successfully, but these errors were encountered:
samuelsainz
changed the title
Avoid a particular Build Setting to be set
Avoid setting a specific Build Setting
Sep 29, 2022
Description
After generating the project with
xcake
there are a few user-defined build settings set that I don't need—for exampleMTL_ENABLE_DEBUG_INFO
orMTL_FAST_MATH
.Is there a way I can prevent xcake from creating a particular setting? I saw that they're defined in the base project used by xcake but I don't know how to remove one of those.
On the other hand, I am seeing that those settings are defined in Apple's Build Settings reference but they are shown as User-Defined Settings, which seems strange. What could be causing that?
Thanks in advance! The tool is awesome btw 😄
The text was updated successfully, but these errors were encountered: