Did you create a system link so the screenshots get included by Xcode Cloud?
Post
Replies
Boosts
Views
Activity
I was able to get it to work by doing two things.
Forward the environment variables in your scheme
Copy the Xcode Cloud variables to the environment in ci_pre_xcodebuild.sh
Perhaps if I use $($CI) in the scheme you don't need step #2, but I haven't tested it.
@noamohana where you able to figure it out?