alperakcan / fuse-ext2

Fuse-ext2 is a multi OS FUSE module to mount ext2, ext3 and ext4 file system devices and/or images with read write support.
GNU General Public License v2.0
806 stars 130 forks source link

Fix compile error in MacOS 10.6 and upper (Tested in MacOS 10.14.2 with xCode 10.1) #87

Closed jjm2473 closed 5 years ago

jjm2473 commented 5 years ago

Fix such compile error on MacOS 10.14.2:

  1. error: The i386 architecture is deprecated. You should update your ARCHS build setting to remove the i386 architecture. (in target 'fuse-ext2')
  2. ./fuse-ext2/tools/macosx/prefpane/English.lproj/fuse_ext2Pref.xib:global:** error: Compiling for earlier than macOS 10.6 is no longer supported.
BoLaMN commented 5 years ago

this should be merged in.

alperakcan commented 5 years ago

thank you for your support