error: unable to spawn process (Argument list too long) in Xcode Build

后端 未结 11 2128
一生所求
一生所求 2021-01-11 10:10

I am getting this error:

\"error: unable to spawn process (Argument list too long)

** ARCHIVE FAILED **

The following build co

11条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-11 11:06

    I solved this by reducing the hierarchy of groups in Xcode.

    e.g. original files at project_name/project_name/About/Model/Text I removed the groups "Model", "Text" and moved files under project_name/project_name/About/

提交回复
热议问题