Hello,
I'm trying to port my framework CI to xCode Cloud and i have to create the release build that contains iOS ios-arm64
and ios-arm64_x86_64-simulator
architectures for being able to build the XCFramework on iOS devices and Simulators.
I looked in the Archive Action in the Xcode Cloud options but the Platform selector has iOS but not not Simulator.
Currently i achieved the results that i needed by adding a ci_scripts
/ ci_pre_xcodebuild
and working with old fashion xcodebuild archive
command and works fine .
Can i achieve what i want without the sh script by using predefined actions from Xcode Cloud ?
Thanks,
Florin