Termination Reason: DYLD, [0x3] Wrong version
Application Specific Information:
dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: @executable_path/../Frameworks/SDL2.framework/SDL2
Referenced from: /Users/USER/Desktop/*/teeworlds.app/Contents/MacOS/teeworlds
Reason: Incompatible library version: teeworlds requires version 11.0.0 or later, but SDL2 provides version 1.0.0
otool -L teeworlds.app/Contents/MacOS/teeworlds
to see where it searches the libraryscmake .. -PREFER_BUNDLED_LIBS=ON
make package_dmg
(edited)brew install sdl2
Oy might know how to get the correct version./usr/lib/libz.1.dylib (compatibility version 1.0.0, current version 1.2.11)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 158.0.0)
@executable_path/../Frameworks/libfreetype.6.dylib (compatibility version 24.0.0, current version 24.1.0)
@executable_path/../Frameworks/SDL2.framework/SDL2 (compatibility version 11.0.0, current version 11.0.0)