axmolengine / axmol

Axmol Engine – A Multi-platform Engine for Desktop, XBOX (UWP) and Mobile games. (A fork of Cocos2d-x-4.0)
https://axmol.dev
MIT License
922 stars 205 forks source link

Xcode: Building for 'iOS-Simulator' but linking in object file built for iOS #1770

Closed dlheard17 closed 7 months ago

dlheard17 commented 7 months ago

This results in the error in the title. I have also tried an axmol build with x64 but that results in Xcode not showing any run destinations

halx99 commented 7 months ago

The arm64 simulator not support yet.

halx99 commented 7 months ago

Now latest commit support build arm64 simulator by axmol build -p ios -a arm64 -sdk simulator