Hacker News new | ask | show | jobs
by mminer 3567 days ago
To placate Carthage dependencies that complain about a missing SWIFT_VERSION configuration, try setting the TOOLCHAINS environment variable.

  TOOLCHAINS=com.apple.dt.toolchain.Swift_2_3 carthage bootstrap
1 comments

This is the thing I've been looking for !

Thank you for the 63 characters of wisdom, my project now builds !