How to modify SWIFT_MODULE_NAME?

前端 未结 4 1177
灰色年华
灰色年华 2020-11-27 07:14

The title says it all. I\'ve searched in the build settings for SWIFT_MODULE_NAME, and nothing came up. I\'ve also searched online, and there are references

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-11-27 07:22

    Go to build Settings and click + next to 'Levels'. See :

    replace NEW_SETTING as SWIFT_MODULE_NAME for the name of the setting, and whatever is the module name for .h file (No spaces, please) goes on the right.

提交回复
热议问题