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

后端 未结 11 2129
一生所求
一生所求 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 10:59

    I have changed build type to legacy and it also resolved problem for me, both locally and on our CI builder. For me it was caused during checking Podfile.lock and Manifest.lock. Probably this could be skipped in our pipeline since we are always installing pods on CI.

提交回复
热议问题