XcodeSelectiveTesting
XcodeSelectiveTesting copied to clipboard
Keep getting error when trying to use XcodeSelectiveTesting
Perhaps I misunderstood something in the readme and am not using this correctly, but I've:
- added the SPM dependency to Xcode
- right-clicked my project
- selected the XcodeSelectiveTesting plugin
- clicked "Run"
and I'm repeatedly getting this error: error: Conflicting options '-warnings-as-errors' and '-suppress-warnings' (in target 'SelectiveTestShell' from project 'XcodeSelectiveTesting')
I've searched my entire project for these flags but cannot find them (both in the Xcode GUI and by searching through the whole project folder, starting from root, in terminal), nor do I remember ever setting these flags anywhere.
Am I the only one affected by this?