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
When saving files under Mac OS Sequoia to an external drive not formatted with APFS, a dot underscore attribute file is created for modified files, MSBUILD picks these up and fails the build with error:
CSC : error CS2015: '/Volumes/MACBOOK/EXEC/Ryujinx/GitHub/Ryujinx/src/Ryujinx/._Updater.cs' is a binary file instead of a text file [/Volumes/MACBOOK/EXEC/Ryujinx/GitHub/Ryujinx/src/Ryujinx/Ryujinx.csproj]
Adding the following line to the csproj files inside the project group will stop these files from attempted to being built:
Also suggest that we exclude these files from GIT as well by adding this line to the .gitignore file:
._*
Does anybody have an issue with me creating a PR with these changes in them to make development under MacOS Sequoia more pleasant?
Reproduction steps
Using an external drive formatted as exFAT under MacOS Sequoia, modify a code file and save
Notice that a ._ file is created for the modified file with "com.apple.provenance" attribute
Attempt to build, build fails due to binary file
Log file
CSC : error CS2015: '/Volumes/MACBOOK/EXEC/Ryujinx/GitHub/Ryujinx/src/Ryujinx/._Updater.cs' is a binary file instead of a text file [/Volumes/MACBOOK/EXEC/Ryujinx/GitHub/Ryujinx/src/Ryujinx/Ryujinx.csproj]
OS
Mac OS Sequoia 15.1
Ryujinx version
All
Game version
NA
CPU
NA
GPU
NA
RAM
NA
List of applied mods
No response
Additional context?
No response
The text was updated successfully, but these errors were encountered:
amurgshere
changed the title
[Bug] MacOS Sequoia Creates dot underscore files for com.apple.provenance which cause build to fail
[Build Issue] MacOS Sequoia Creates dot underscore files for com.apple.provenance which cause build to fail
Nov 23, 2024
amurgshere
changed the title
[Build Issue] MacOS Sequoia Creates dot underscore files for com.apple.provenance which cause build to fail
[Build Issue] MacOS Sequoia Creates dot underscore files for com.apple.provenance which cause build to fail when using external drive
Nov 23, 2024
Description of the issue
When saving files under Mac OS Sequoia to an external drive not formatted with APFS, a dot underscore attribute file is created for modified files, MSBUILD picks these up and fails the build with error:
CSC : error CS2015: '/Volumes/MACBOOK/EXEC/Ryujinx/GitHub/Ryujinx/src/Ryujinx/._Updater.cs' is a binary file instead of a text file [/Volumes/MACBOOK/EXEC/Ryujinx/GitHub/Ryujinx/src/Ryujinx/Ryujinx.csproj]
Adding the following line to the csproj files inside the project group will stop these files from attempted to being built:
Also suggest that we exclude these files from GIT as well by adding this line to the .gitignore file:
._*
Does anybody have an issue with me creating a PR with these changes in them to make development under MacOS Sequoia more pleasant?
Reproduction steps
Log file
CSC : error CS2015: '/Volumes/MACBOOK/EXEC/Ryujinx/GitHub/Ryujinx/src/Ryujinx/._Updater.cs' is a binary file instead of a text file [/Volumes/MACBOOK/EXEC/Ryujinx/GitHub/Ryujinx/src/Ryujinx/Ryujinx.csproj]
OS
Mac OS Sequoia 15.1
Ryujinx version
All
Game version
NA
CPU
NA
GPU
NA
RAM
NA
List of applied mods
No response
Additional context?
No response
The text was updated successfully, but these errors were encountered: