error: unable to spawn process (Argument list too long) in Xcode Build
问题 I am getting this error: "error: unable to spawn process (Argument list too long) ** ARCHIVE FAILED ** The following build commands failed: CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (1 failure) Exitcode =65 " I went through this link: Xcode export localization throws error "Argument list too long" This article provides a good temporary solution of the problem stating to reduce the path hierarchy. But this does not seem to be an appropriate approach. Can anyone