Last active
August 29, 2015 14:24
-
-
Save thoretton-edwin/d87342886920afe300d1 to your computer and use it in GitHub Desktop.
iOS common errors
This file contains 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
=> Error : | |
duplicate simbols $viewController.variable in .o ..... | |
=> Solution : | |
check import if .m is included | |
=> Source : | |
http://stackoverflow.com/questions/3231948/duplicate-symbol-issues | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment