facebook / buck

A fast build system that encourages the creation of small, reusable modules over a variety of platforms and languages.
https://buck.build
Apache License 2.0
8.56k stars 1.16k forks source link

Add test schemes to iOS workspace #2663

Open luis-booking opened 2 years ago

luis-booking commented 2 years ago

Hi

I'm trying to create a runner binary for my ui tests using xcodebuild but it requires the scheme to be on the .xcworkspace.

I can do this locally by opening Xcode and adding the scheme I need but to automate this on CI the easiest way would be to have the scheme available when Buck creates the workspace.

Is this supported by Buck? Alternatively can Buck create the runner binary?

Thanks