libretro / libretro-super

Super repo for other libretro projects. Fetches, builds and installs.
MIT License
407 stars 284 forks source link

./libretro-build-ios9.sh and ./libretro-build-ios10.sh fail to compile cores #1567

Closed don17sch closed 3 years ago

don17sch commented 3 years ago

I am trying to compile these cores on Mac and am getting the following error on all cores

clang: warning: include path for libstdc++ headers not found; pass '-stdlib=libc++' on the command line to use the libc++ standard library instead [-Wstdlibcxx-not-found]

I am running on the latest version of macOS as of today 11.5.2 and on the M1 chip

has the script been updated to work on newer versions of macOS

don17sch commented 3 years ago

closing this as I found out via trial and error that ios using a new script other than these 2

lucaurso commented 2 years ago

do you mind explaining which script do we need for ios 15?

lucaurso commented 2 years ago

thanks! I was testing exactly that right now as I checked the architecture of my ipad pro

don17sch commented 2 years ago

https://github.com/libretro/libretro-super/blob/master/libretro-build-ios-arm64.sh

don17sch commented 2 years ago

sorry for the delete repost I posted that with a work account by accident