Closed dlheard17 closed 7 months ago
axmol new -p YOUR.UNIQUE.ID -d PROJECT_PATH -l cpp [--portrait] PROJECT_NAME
axmol build -p ios -a arm64 -c
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
The arm64 simulator not support yet.
Now latest commit support build arm64 simulator by axmol build -p ios -a arm64 -sdk simulator
axmol build -p ios -a arm64 -sdk simulator
axmol new -p YOUR.UNIQUE.ID -d PROJECT_PATH -l cpp [--portrait] PROJECT_NAME
axmol build -p ios -a arm64 -c
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