Skip to content

Instantly share code, notes, and snippets.

@eonil
Created February 12, 2015 07:49
Show Gist options
  • Save eonil/207a327712c9a43b203b to your computer and use it in GitHub Desktop.
Save eonil/207a327712c9a43b203b to your computer and use it in GitHub Desktop.
Xcode Note

Xcode Note

Xcode 6.3 (beta)

  • Do not import self module. It causes module-map related link error. For example, if your project's module name is Example1, do not import Example1 in source files in the project.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment