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?
Hey @ichoosetoaccept , I see it as well with the latest compiler, let me make a hotfix.
@ichoosetoaccept can you give it a try with https://github.com/mikeger/XcodeSelectiveTesting/releases/tag/0.10.2 release?
I'll close this one for the time being, I think the issue is fixed. If not, feel free to re-open 👍
Didn't get to reply in time.. but yes, the issue I had got resolved with this. Thanks!