You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any main.cpp that includes SDL.h and uses some SDL function will do.
dyld[32596]: Library not loaded: @rpath/SDL3.framework/Versions/A/SDL3
Referenced from: <9A40D4C9-F910-3720-A145-565515BF0083> /Users/xxx/coding/cpp/sdl_test/build/sdl_test
Reason: no LC_RPATH's found
I found the old discussion (#9479) regarding this but it was marked as closed and working. In fact, this was working at one point for me, but I don't recall the version. The last pre-release didn't work, either, but I got frustrated and distracted so I didn't get a chance to report it.
The text was updated successfully, but these errors were encountered:
OS: Sequoia 15.1.1
SDL: 3.2 Release
Copied files from the dmg to: ~/Library/Frameworks/
Issue -- Build and run the following. The build works, the run will throw the 'library not loaded' error.
Any main.cpp that includes SDL.h and uses some SDL function will do.
I found the old discussion (#9479) regarding this but it was marked as closed and working. In fact, this was working at one point for me, but I don't recall the version. The last pre-release didn't work, either, but I got frustrated and distracted so I didn't get a chance to report it.
The text was updated successfully, but these errors were encountered: