sindresorhus/KeyboardShortcuts

Build failed

SokoloffA opened this issue · 1 comments

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.