yoshisuga / MAME4iOS

Multiple Arcade Machine Emulator for iOS, iPadOS, tvOS, macOS (Catalyst)
Other
635 stars 103 forks source link

Currently the lowest version of my project is ios11 #429

Closed LiuSky closed 1 year ago

LiuSky commented 1 year ago

libmame-139u1-ios, Can you change it to support ios11 @ToddLa

ToddLa commented 1 year ago

I am confused, do you want a version of MAME4iOS for iOS11? Or libmame?

Are you using libmame in another project?

LiuSky commented 1 year ago

Yes, I want libmame,thank you @ToddLa

LiuSky commented 1 year ago

ank you very much, and I found that you are now migrating the mame4ios project to Swift @ToddLa

ToddLa commented 1 year ago

What project are you using libmame?

And are you using 139, 2xx, or both like MAME4iOS does?

ToddLa commented 1 year ago

Try this (from terminal)

./make-ios.sh clean
./make-ios.sh OSVERSION=11.4
ToddLa commented 1 year ago

FYI I have a test project for libmame that is mostly in Swift here

LiuSky commented 1 year ago

What project are you using libmame?

And are you using 139, 2xx, or both like MAME4iOS does?

I only use 139

LiuSky commented 1 year ago

FYI I have a test project for libmame that is mostly in Swift here

thank you

LiuSky commented 1 year ago

Try this (from terminal)

./make-ios.sh clean
./make-ios.sh OSVERSION=11.4

OK

LiuSky commented 1 year ago

Try this (from terminal)

./make-ios.sh clean
./make-ios.sh OSVERSION=11.4

截屏2022-12-07 13 53 08 11.4 Generation Failure

ToddLa commented 1 year ago

I will give it a try, and look at the specific error.

ToddLa commented 1 year ago

I just tried it, no problem

LiuSky commented 1 year ago

Version 13.4 is OK, anything less than 13.4 is a build failure

ToddLa commented 1 year ago

Hmmm what version of Xcode are you using? I was able to build LIBMAME for 11.4 no problem using latest Xcode

LiuSky commented 1 year ago

I also use the latest xcode, but there is no specific error. 13.4 can be generated successfully, but the following 13.4 cannot. There is only one specific error 【macosx_arm64_clang】Error 2

ToddLa commented 1 year ago

Don't know what to say, try this to maybe see the error

make clean
make CDBG=-w OSVERSION=11.4
LiuSky commented 1 year ago

Don't know what to say, try this to maybe see the error

make clean
make CDBG=-w OSVERSION=11.4

Thank you. Problem solved @ToddLa