Code signing fails when running on an iCloud mounted drive #1808
Open
Description
Describe the bug
While following the Beware tutorial in the Packaging for distribution section, briefcase build fails whit the following error:
Unable to code sign /Users/arana/Documents/PycharmProjects/Personal/IntroToBeewareRetread/helloworld/build/helloworld/macos/app/Hello World.app.
The actual error being raised by codesign is
Resource fork, Finder information, or similar detritus not allowed
Steps to reproduce
- Create a helloworld project in a folder that is being mirrored on iCloud
- Enter briefcase create; briefcase build
- See error
Expected behavior
Build complete successfully.
Screenshots
No response
Environment
- Operating System: MacOS 14.4.1
- Python version: 3.12.0
- Software versions:
- Briefcase: 0.3.18
- Toga:
- ...
Logs
briefcase.2024_05_20-12_21_49.build.log
Additional context
Build succeeded on M1 Mac with similar software config.