fuse-ext2 icon indicating copy to clipboard operation
fuse-ext2 copied to clipboard

MacOS: CodeSign of fuse-ext2.prefPane throws "resource fork, Finder information, or similar detritus not allowed" error

Open theschles opened this issue 2 years ago • 0 comments

Hi all,

I got all the way on my MacOS 12.3.1 Intel to building...and then codesign through an error.

Source via git clone

brew installed autoconf, automake, m4, libtool, and e2fsprogs

My configure line:

➜ CFLAGS="-idirafter/opt/gnu/include -idirafter/usr/local/include/osxfuse/ -idirafter/$(brew --prefix e2fsprogs)/include" LDFLAGS="-L/usr/local/opt/glib -L/usr/local/lib -L$(brew --prefix e2fsprogs)/lib" ./configure

Got xcodebuild to work with:

➜ sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
➜ sudo xcodebuild --license accept

Make Log

Help?

theschles avatar Apr 02 '22 00:04 theschles