How to build OSXFUSE.framework in Cocoa?

271 Views Asked by At

I already installed OSXFUSE from https://github.com/osxfuse/osxfuse but i don't know how to build OSXFUSE.framework to include it in the application. I also download the sample source from OSXFuse but it cannot build and show the error:

  ~/swift-drive-master/SwiftDrive/FileSystem.h:2:9: 'OSXFUSE/OSXFUSE.h' file not found

Please give me some advise. Thanks.

1

There are 1 best solutions below

0
On
  1. open the project
  2. go to add framework
  3. choose add others
  4. go to volume/library/frameworks/OSXFUSE.framework click open button.
  5. done.

now OSXFUSE.framework is imported to your xcode project