Chirone
Apr 23, 2009, 08:56 PM
this is probably a stupid question but how do i add it?
the RBSplitview shows up in IB fine and functional
the only thing is, i can't get it to work with xcode
- The recommended way:
- Include the entire RBSplitView project as a subproject in your own project
- done that (i think), i just drag and dropped the project file into my project and it appeared there. i dont know what the point of doing this is though, it doesn't seem to be functional :confused:
- Add the libRBSplitView.a static library to the appropriate target
- i drag and dropped that into the project (put it into the frameworks folder, no idea where you drop it in)
- Add the libRBSplitView.a static library as a dependency in your target
- i thought this happens automatically when you drop new things into your project? i think i'm missing something, i don't quite understand what this is saying, or the step before
- Add the RBSplitView’s project “source” folder to your user headers search path.
- dropped that in, and when i compiled it complained with 16 compile errors saying there are syntax errors before typeof
so thought i'd try the non-recommended ways of doing it
- include the prebuilt libRBSplitView.a static library into your project (be sure to use the Release version), as well as the RBSplitView/RBSplitSubview.h files, or
i put the libRBSplitView.a and the two header files into the Other Sources folder of my project and then my program crashes on start up
- include the RBSplitView/RBSplitSubview.h and .m files, as well as the RBSplitViewPrivateDefines.h file, in your project (not really recommended), or
this resulted in lots of compile errors (same as above)
- include the prebuilt RBSplitView.framework framework into your project (only if you really like frameworks; I don‘t). The framework is meant to be included within applications, it’s not set up to work in the standard /Frameworks folders.
my program exits with code 5 (i don't know what that means)
sorry for asking this when you guys probably think this is really obvious, but to me it's not...
i have tried recompiling the rbsplitview project and using those do nothing
the palette compiles with the error "Command /Developer/usr/bin/gcc-4.0 failed with exit code 1"
however the sample.app that comes with the download works fine :confused:
the RBSplitview shows up in IB fine and functional
the only thing is, i can't get it to work with xcode
- The recommended way:
- Include the entire RBSplitView project as a subproject in your own project
- done that (i think), i just drag and dropped the project file into my project and it appeared there. i dont know what the point of doing this is though, it doesn't seem to be functional :confused:
- Add the libRBSplitView.a static library to the appropriate target
- i drag and dropped that into the project (put it into the frameworks folder, no idea where you drop it in)
- Add the libRBSplitView.a static library as a dependency in your target
- i thought this happens automatically when you drop new things into your project? i think i'm missing something, i don't quite understand what this is saying, or the step before
- Add the RBSplitView’s project “source” folder to your user headers search path.
- dropped that in, and when i compiled it complained with 16 compile errors saying there are syntax errors before typeof
so thought i'd try the non-recommended ways of doing it
- include the prebuilt libRBSplitView.a static library into your project (be sure to use the Release version), as well as the RBSplitView/RBSplitSubview.h files, or
i put the libRBSplitView.a and the two header files into the Other Sources folder of my project and then my program crashes on start up
- include the RBSplitView/RBSplitSubview.h and .m files, as well as the RBSplitViewPrivateDefines.h file, in your project (not really recommended), or
this resulted in lots of compile errors (same as above)
- include the prebuilt RBSplitView.framework framework into your project (only if you really like frameworks; I don‘t). The framework is meant to be included within applications, it’s not set up to work in the standard /Frameworks folders.
my program exits with code 5 (i don't know what that means)
sorry for asking this when you guys probably think this is really obvious, but to me it's not...
i have tried recompiling the rbsplitview project and using those do nothing
the palette compiles with the error "Command /Developer/usr/bin/gcc-4.0 failed with exit code 1"
however the sample.app that comes with the download works fine :confused:
