objective c - SFML template shows >20 errors in Xcode -


i've downloaded , installed sfml copy of xcode, , when open new template, 20 errors show up, saying sfml objects have no member named whatever.

(i installed using frameworks, tried dylibs too)

heres screenshot of errors:

enter image description here

how rid of errors?

thanks help!

looks included or installed wrong version of sfml. member functions begining capital letter used in sfml 1.6, that's not case anymore in sfml 2.0. code sfml 2.0 example doesn't match.


Comments