cocos2d-x icon indicating copy to clipboard operation
cocos2d-x copied to clipboard

Will cocos2d work on ARM-based macs?

Open taralika opened this issue 4 years ago • 12 comments

Apple is coming out with ARM-based macs this year, will cocos2d continue to work as is on those? will they have webgl support? or should we prepare for any disruption?

taralika avatar Jul 23 '20 03:07 taralika

I'm trying to learn to use Cocos2d-x on a Mac mini with an M1 and not getting very far. When I try to run cocos run -p mac in my sample project, compilation halts with an error that can be boiled down to: ld: symbol(s) not found for architecture arm64. I'm more or less an absolute newbie to C++ so I'm not sure if there's anything I can do to fix that.

GarrettAlbright avatar Jan 31 '21 10:01 GarrettAlbright

I second this issue on my MacBook Air M1. Really loved using Cocos2d in the past and would love to see an update!

furui avatar Feb 13 '21 07:02 furui

Hey guys! Any update for this? I got this issues too when trying to run new project in Mac mini m1, Xcode said missing architecture arm64!

trmi88 avatar Aug 26 '21 17:08 trmi88

I second, any update for M1 support?

vkreal avatar Aug 26 '21 18:08 vkreal

I don't know the current timeline. I will ask the engineering team for thoughts.

slackmoehrle avatar Aug 26 '21 18:08 slackmoehrle

We don't have a plan for this work at this time.

slackmoehrle avatar Aug 29 '21 16:08 slackmoehrle

I third, any update for M1 support?

tungnguyenvan avatar Apr 05 '22 03:04 tungnguyenvan

In this time, I try to run cocos run -p Mac, it can run normally. But wen I try run this project on Xcode Version 13.3 (13E113) it have more than 100 error Undefined symbol: _FT_Done_Face, _FT_Done_FreeType, _FT_Done_Glyph, ... Can you suggest for me fix this problem?

tungnguyenvan avatar Apr 05 '22 03:04 tungnguyenvan

I just run into the same errors... Any updates on how to fix it?

udirub avatar Jun 21 '23 23:06 udirub