-
hello the project successfully created but don't able to get simulator option in it.. when i gone through the terminal section i was found following things failed.. what i have to do.. i am using m1 mac with big sur 11.3.1 and i am building for ios simulator for on a Mac OS X. Detecting C compiler ABI info i am using this cmake command to create ios simulaor build.. cmake -S . -B simbuild -GXcode -DCMAKE_TOOLCHAIN_FILE= Users/filter/Desktop/adxe/cmake -DCMAKE_OSX_ARCHITECTURES=x86_x64 please kindly help me anyone to start the project.. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
The adxe not test on mac m1 yet, so we can't ensure support mac m1. |
Beta Was this translation helpful? Give feedback.
-
What's your cmake version? please try to update cmake to latest |
Beta Was this translation helpful? Give feedback.
-
Try follow command in your project root directory: cmake -S . -B build -GXcode -DCMAKE_TOOLCHAIN_FILE=$ADXE_ROOT/cmake/ios.mini.cmake -DCMAKE_OSX_ARCHITECTURES=x86_64 |
Beta Was this translation helpful? Give feedback.
-
@halx99 it's successfully & perfectly working.. working very very fine... @halx99 thank you for your extensive support.. i always remember your help.. now onward i will use that command to create any ios simulator project right.. thank you so much.. |
Beta Was this translation helpful? Give feedback.
Try follow command in your project root directory: