-
Notifications
You must be signed in to change notification settings - Fork 25
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
Newly created benchmark link error "symbol(s) not found for architecture arm64" #294
Comments
Have you installed |
Readme doesn't mention this step. And I've had it:
Here's output of
Running |
@valeriyvan I'm out of guesses then. Perhaps you might get a better answer by filing an issue in the Swift repo. |
I don't think it's Swift issue. I was able manually adding benchmark target and this target runs normally. I think there's some problem with plugin. |
@lehtihet do you think you could have a look at this one too? |
I have followed steps from README:
Then I try running newly created benchmark with
swift package benchmark --target MyNewBenchmarkTarget
but it fails with link error:The text was updated successfully, but these errors were encountered: