Skip to content

Instantly share code, notes, and snippets.

@dbarks1024
Created September 18, 2018 14:13
Show Gist options
  • Save dbarks1024/6030a138386d391bd23fdf0e1155791f to your computer and use it in GitHub Desktop.
Save dbarks1024/6030a138386d391bd23fdf0e1155791f to your computer and use it in GitHub Desktop.
let foo = "Something happened."
os_log(foo)
// Error: Cannot convert value of type 'String' to expected argument type 'StaticString'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment