xcode cloud build error with new build system

Viewed 31

I am trying to implement xcode cloud based continues deployment with react native project and its now using Legacy build System. when i am running workflow in xcode cloud its failing with error.


xcodebuild: error: Describe schemes requires the new build system.

i referred https://help.apple.com/xcode/#/dev745c5c974 to find a way to config build system with config file and i couldn't. is there any solution for this?

0 Answers
Related