You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supplying the --arch options does not work on Linux, as there are no fat binaries there. swift build wants to invoke xcode-select when these options are given, which – of course – does not exist on Linux, hence the build fails.
I suggest wrapping this in a an os-specific if clause.
The text was updated successfully, but these errors were encountered:
Supplying the
--arch
options does not work on Linux, as there are no fat binaries there.swift build
wants to invokexcode-select
when these options are given, which – of course – does not exist on Linux, hence the build fails.I suggest wrapping this in a an os-specific
if
clause.The text was updated successfully, but these errors were encountered: