Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Everything is a false positive when using skip-build and index-store-path #711

Closed
kanduvisla opened this issue Jan 31, 2024 · 1 comment
Closed

Comments

@kanduvisla
Copy link

I'm currently running into issue #675 , so I was looking for a workaround for that. I though that maybe the combination of --skip-build and --index-store-path might resolve this, and even though it now does seem to scan "something", it marks every class and method of my project as false positives (and I'm fairly certain they are not ;-)).

I'm using XCode 15.0.1 and periphery 2.18.0

@ileitch
Copy link
Contributor

ileitch commented Apr 29, 2024

You need to ensure that the command you are using to build your project is building all of the necessary targets and that you pass the same set to --targets. Mostly likely you either didn't build everything or didn't pass all targets to --targets.

@ileitch ileitch closed this as completed Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants