Skip to content

Instantly share code, notes, and snippets.

@thornpig
Created May 16, 2016 17:21
Show Gist options
  • Save thornpig/134dbbab79b18e563d0defd4cd711497 to your computer and use it in GitHub Desktop.
Save thornpig/134dbbab79b18e563d0defd4cd711497 to your computer and use it in GitHub Desktop.
Xctest tips
To be able to import non-native framework files in Xctest,
go to test target configuration -> build settings -> frame work search path,
add $(PROJECT_DIR) entry.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment