Closed imWildCat closed 2 years ago
Hi! --platform
is not defined in the XCRemoteCache itself, but its aim is to correspond to the Xcode's PLATFORM_NAME
: iphonesimulator,
iphoneosetc. For M1, it is still
iphonesimulator`.
Thanks for the answer!
Hello,
Looks like there're something missing in the documentation?
xcodebuild -showsdks
can show all the SDK installed but I'm not sure what it means foriphonesimulator
on M1 Macs? It is x86 or ARM?