We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 5425

Summary: sdl2_image missing arch on bigsur m1
Product: SDL_image Reporter: nsklaus
Component: miscAssignee: Sam Lantinga <slouken>
Status: NEW --- QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: 2.0.5   
Hardware: ARM   
OS: Mac OS X (All)   

Description nsklaus 2020-12-30 15:20:33 UTC
hi,
on macos 11.2beta, macbookpro m1, 
i installed both sdl2 and sdl2_image framework in /Library/Framework/ and on xcode it fails to compile even simple hello world, without any sdl code. when i try to build it says sdl2_image is missing required architecture. if i remove sdl2_image from linked frameworks, and leave just sdl2 instead, the hello world compiles fine.