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

后端 未结 11 2003
一生所求
一生所求 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条回答
  •  离开以前
    2021-01-11 11:13

    xcode11

    -build setting

    -user-defined

    -add setting: USE_SWIFT_RESPONSE_FILE

    -setValue: YES

    Doing this you enable xcode to have more files than is allowed. But im not sure if this always solve the problem.

提交回复
热议问题