It would be greatly appreciated if you could furnish additional examples of how this is typically used. More case usages would certainly aid in my understanding.
During the compilation process, there might be some issues. I can provide some scripts for reference to help avoid potential pitfalls.
It would be greatly appreciated if you could furnish additional examples of how this is typically used. More case usages would certainly aid in my understanding.
During the compilation process, there might be some issues. I can provide some scripts for reference to help avoid potential pitfalls.
cmake -S . -GXcode -DCMAKE_SYSTEM_NAME=iOS -DALSOFT_OSX_FRAMEWORK=ON -B build_x64 -DCMAKE_OSX_SYSROOT=iphonesimulator -DCMAKE_OSX_ARCHITECTURES=x86_64
cmake -S . -GXcode -DCMAKE_SYSTEM_NAME=iOS -DALSOFT_OSX_FRAMEWORK=ON -B build_arm -DCMAKE_OSX_SYSROOT=iphoneos -DCMAKE_OSX_ARCHITECTURES=arm64
my macos 14.2.1 (23C71) cmake version 3.30.1