namkazt / cocos2d-x-ImGui

New version from coi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xcode build error

njh0602 opened this issue · comments

hi, i try build in xcode

but i met glfw link errors.
i try install glfw3 and add libglfw3.dylib but it doesn't work.

ld: library not found for -lglfw3

how do I add glfw library ?

solved. it was simple problems about directory.
it works well.