Is it possible to sort the Compile Sources list in the Build Phases section of an Xcode project?

前端 未结 5 1114
梦如初夏
梦如初夏 2021-02-02 11:04

I want to sort the files in the \'Compile Sources\' section of my Xcode project according to their names. Is it possible?

5条回答
  •  梦谈多话
    2021-02-02 11:57

    You can reorder the entries of PBXSourcesBuildPhase section at the project.pbxproj, it worked for me but of course there's no guarantee in general for it to work. Don't forget to backup your backups first.

提交回复
热议问题