You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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:
Any help would be appreciated.
The text was updated successfully, but these errors were encountered: