sindresorhus / KeyboardShortcuts

⌨️ Add user-customizable global keyboard shortcuts (hotkeys) to your macOS app in minutes
https://swiftpackageindex.com/sindresorhus/KeyboardShortcuts/documentation/keyboardshortcuts/keyboardshortcuts
MIT License
1.99k stars 184 forks source link

Build failed #166

Closed SokoloffA closed 1 month ago

SokoloffA commented 6 months ago

Thanks for the helpful package! I want to use it in my program. I added your package to xcode on my local machine and successfully built my program.

But when I try to build the program via GitHub Actions, I get a strange error:


Copy /Users/runner/work/radiola/radiola/build/Release/Radiola.app/Contents/Resources/KeyboardShortcuts_KeyboardShortcuts.bundle /Users/runner/work/radiola/radiola/build/Release/KeyboardShortcuts_KeyboardShortcuts.bundle (in target 'Radiola' from project 'Radiola')
    cd /Users/runner/work/radiola/radiola
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/runner/work/radiola/radiola/build/Release/KeyboardShortcuts_KeyboardShortcuts.bundle /Users/runner/work/radiola/radiola/build/Release/Radiola.app/Contents/Resources
error: /Users/runner/work/radiola/radiola/build/Release/KeyboardShortcuts_KeyboardShortcuts.bundle: No such file or directory (in target 'Radiola' from project 'Radiola')

** BUILD FAILED **

The following build commands failed:
    Copy /Users/runner/work/radiola/radiola/build/Release/Radiola.app/Contents/Resources/KeyboardShortcuts_KeyboardShortcuts.bundle /Users/runner/work/radiola/radiola/build/Release/KeyboardShortcuts_KeyboardShortcuts.bundle (in target 'Radiola' from project 'Radiola')
(1 failure)

Any help would be appreciated.

sindresorhus commented 1 month ago

I recommend Stack Overflow for support questions.