We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
x-xcode-log://D6C0A0BE-5B11-4337-B513-9A231AEC3C64 couldn't find pc file for playerctl
The text was updated successfully, but these errors were encountered:
I believe it's a bug in Xcode. playerctl is only used on linux.
playerctl
dependencies: [ ... .target(name: "playerctl", condition: .when(platforms: [.linux])),
When I edit the conditions above (or just ⌘S without changing anything), the warning appears and disappears randomly.
Sorry, something went wrong.
Thank you for your reply.
I also suspect it is a bug in Xcode. I have tried various methods but cannot fix this warning.
The difference is that on my computer, this warning has always existed unless I comment out the line of code above.
No branches or pull requests
The text was updated successfully, but these errors were encountered: