muter-mutation-testing/muter

Child project mutation

uncle-alek opened this issue · 0 comments

I'm trying to run muter on a child project that has a configuration with relative file paths outside of the project directory. In this case, xcodebuild is unable to build the project. Could you please suggest the best practice for this case?

A possible solution: copy the project to the same directory, mutate it, and then delete all modified files.