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
When I try to build 9cda4a1 using swift build -Xlinker -L/usr/local/lib I get:
Cacao/Sources/Cacao/UIView.swift:734:47: error: type 'SDLPixelFormat.Format' has no member 'argb8888'
format: .argb8888, // SDL_PIXELFORMAT_ARGB8888
^~~~~~~~
The text was updated successfully, but these errors were encountered:
It looks like the Package.resolved has not been updated to use the updated SDL framework. I got it to run by updating the packages :
swift packages update
Now all I need is for the inputs to work on a Mac as well!
When I try to build 9cda4a1 using
swift build -Xlinker -L/usr/local/lib
I get:The text was updated successfully, but these errors were encountered: