HellRok / Taylor

A simple game engine built using raylib and mruby
https://www.taylormadetech.dev
MIT License
97 stars 6 forks source link

Intel Mac issues? #8

Closed epugh closed 1 year ago

epugh commented 1 year ago

Just tried out the new release on a older OSX laptop with Intel chip:

(base) ➜  Downloads ./taylor --version
zsh: bad CPU type in executable: ./taylor
HellRok commented 1 year ago

Hi,

Could you please run file taylor and give me the output? Also which model of OSX laptop are you running?

I did bump the minimum required SDK to get support for M1 macs which will have also effected the Intel build

epugh commented 1 year ago
(base) ➜  Downloads file taylor
taylor: Mach-O 64-bit executable arm64

I have a MacBook Pro (13-inch, 2019, Four Thunderbolt 3 ports) running Catalina 10.15.7...

I'm realizing that I am a few OS's behind, and so a fair response would be to update to a newer one!

HellRok commented 1 year ago

It looks like you've downloaded the Apple architecture version, not the Intel version, try downloading this and see how you go https://github.com/HellRok/Taylor/releases/download/v0.3.12/taylor-osx-intel-v0.3.12.zip

epugh commented 1 year ago

Doh! That was it! Thanks!

HellRok commented 1 year ago

You're more than welcome