sindresorhus / Plash

💦 Make any website your Mac desktop wallpaper
https://sindresorhus.com/plash
MIT License
3.46k stars 128 forks source link

Failed build in XCode 15.2 #159

Closed keaukraine closed 7 months ago

keaukraine commented 7 months ago

Build fails in XCode 15.2 with an error Command PhaseScriptExecution failed with a nonzero exit code.

To reproduce

Steps to reproduce the behavior:

  1. Get sources.
  2. Run app.

Screenshots

image

sindresorhus commented 7 months ago

You need SwiftLint

keaukraine commented 7 months ago

Thank you, SwiftLint fixed it.