Tuist default scheme for command-line builds

174 views Asked by At

I am trying to migrate project on to tuist and one place where I stuck at the moment is with Use {scheme} for command-line builds I haven't found where/how to set this value and how tuist select the default one.

enter image description here

The problem I am facing is that I specify scheme for a build with fastlane and each scheme has its own provisioning profile. It looks like due to this default command line scheme selected by tuist(?) wrong provisioning profile is getting used and the build is failing. If I change manually in Xcode project to use the same scheme for the command line builds as in fastlane parameters the builds are successful.

0

There are 0 answers