Hello there,

I'm new to Mac OS and I'm missing some things. Especially a good
encrypted Filesystem (well, there is Truecrypt but it's not working
properly on Snow Leopard x64). So i came up with the idea to develop
my own container based, encrypted filesystem. I'm experienced with
FUSE on Linux based machines, thus I decided to use MacFuse with
Objective-C. I need to note, that I'm not familiar with Objectie-C,
but that might be my own problem ;) Well, I'm facing several problems
using MacFUSE...


First, the provided MacFUSE templates aren't working on Xcode 4.02
(latest). This right leads to my next problem...
Because of this issue, I wanted to build a project from scratch.

I set up a new "Foundation"-Project and included all the header- and
code-files. Then, I edited the files, so the code files might compile.
Using the frameworks 'AppKit', 'MacFUSE' and 'Foundation', the code
compiles well and I can run the project. However, NSApplicationMain
returns with value 1 and it tells me
'No Info.plist file in application bundle or no NSPrincipalClass in
the Info.plist file, exiting'.
I already figured what a property list is about, but I don't know what
information to provide inside the file.


It would be very helpful to see a description on how to set up a
project from scratch. It might not be just related to Xcode. What
files and libraries are needed to compile and run a very basic 'fused-
FS', using Objective-C?

Kind regards,
Pat

-- 
You received this message because you are subscribed to the Google Groups 
"MacFUSE" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/macfuse?hl=en.

Reply via email to