Skip to content

Instantly share code, notes, and snippets.

@davidahouse
Created June 8, 2014 02:34
Show Gist options
  • Save davidahouse/899a5b315e08953a6a15 to your computer and use it in GitHub Desktop.
Save davidahouse/899a5b315e08953a6a15 to your computer and use it in GitHub Desktop.
# This is a sample command for compiling a swift file that requires an external framework.
#
#
#
xcrun swift -i swifthello.swift -framework DHTest2 -F /Users/davidahouse/Projects/swift -sdk $(xcrun --show-sdk-path --sdk macosx)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment