Created
May 16, 2016 17:21
-
-
Save thornpig/134dbbab79b18e563d0defd4cd711497 to your computer and use it in GitHub Desktop.
Xctest tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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