iOS Build Environment Help Center

Delete

(Leave this as-is, it’s a trap!)

To delete this post you must be either the original author or a designated moderator.
The content of the post will be removed but the name and date will remain.

  • The post will be removed completely from the thread, rather than blanked
  • Only posts on the last page of the thread can be removed completely (so as to not break permalinks)

RE[1]: Cocoapods installation fails on BoringSSL

Pierre-Marie Baty

Hello

I see the problem but it won't be straightforward to fix. The reason is that the version of /usr/bin/xargs used in macOS (and the range of options it accepts) is not exactly in line with the implementation of xargs used in the CocoaPods VM. The culprit is the VM's operating system whose implementation of xargs is not POSIX-compliant (because the -L flag *is* specified by POSIX).

I need to recompile a xargs binary in the CocoaPods VM that will be more POSIX-compliant and accept this option. This will be in the next version.

Moderators: Pierre-Marie Baty