0

I have a problem building my OpenGL project.

I'm getting the following error.

ld: file not found: /usr/lib/system/libsystem_stats.dylib for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I have "Other Linker Flags" set to "-lGLEW"

iartist93
  • 315
  • 5
  • 18

1 Answers1

0

I think this somehow fixed my problem :D

static variable link error

The problem i wasn't define the static fields in the translation file.

Community
  • 1
  • 1
iartist93
  • 315
  • 5
  • 18