should be changed "import RandomColorSwift" in beginning document
wongben opened this issue · 2 comments
wongben commented
in your Document:
exemple:
import RandomColor
should be changed "import RandomColorSwift"
onevcat commented
Fixed :). Thanks for pointing it out.
lordlycastle commented
Umm... when I build the project RandomColor
framework is created not RandomColorSwift
. And I the randomColor()
is undefined when I import it. Any ideas why this is?