I get the following error when running "nub" from a Git repository
directory:
LSGetApplicationForInfo() failed with error -10814 while trying to
determine the application with bundle identifier
com.alternateidea.rubycocoa.GitNubApp.
For some reason, com.alternateidea.rubycocoa.GitNubApp isn't being
associated with GitNub. Any ideas why this would be?
I believe I have all of the prerequisites installed, including
RubyCocoa. I've even manually installed Grit, Mime-Types, etc.
Help would be greatly appreciated.
This is based off of the latest codebase, cloned tonight from
github.com/Caged/gitnub.
I'm getting a different error:
"LSOpenFromURLSpec() failed with error -10810 for the file /Users/
mislav/Projects/myproject."
What I did:
1. cloned the repo just now
2. opened the project in XCode and built it right away
3. moved the build/Release/*.app file to Applications
4. kept the old "nub" script (from last stable) in ~/bin/
5. tried to open nub in any git project
Last stable (0.8.5) worked for me without problems.
On May 14, 5:37 am, Matt Todd <chiol...@gmail.com> wrote:
> I get the following error when running "nub" from a Git repository
> directory:
> LSGetApplicationForInfo() failed with error -10814 while trying to
> determine the application with bundle identifier
> com.alternateidea.rubycocoa.GitNubApp.
> For some reason, com.alternateidea.rubycocoa.GitNubApp isn't being
> associated with GitNub. Any ideas why this would be?
> I believe I have all of the prerequisites installed, including
> RubyCocoa. I've even manually installed Grit, Mime-Types, etc.
> Help would be greatly appreciated.
> This is based off of the latest codebase, cloned tonight from
> github.com/Caged/gitnub.
A few questions: * Did you install open4 (now required by grit)? `sudo gem install open4` * Did you initialize and update the submodules? `git submodule init` `git submodule update`
On Fri, Jun 6, 2008 at 2:46 PM, Mislav <mislav.maroh...@gmail.com> wrote:
> I'm getting a different error: > "LSOpenFromURLSpec() failed with error -10810 for the file /Users/ > mislav/Projects/myproject."
> What I did: > 1. cloned the repo just now > 2. opened the project in XCode and built it right away > 3. moved the build/Release/*.app file to Applications > 4. kept the old "nub" script (from last stable) in ~/bin/ > 5. tried to open nub in any git project
> Last stable (0.8.5) worked for me without problems.
> On May 14, 5:37 am, Matt Todd <chiol...@gmail.com> wrote: > > I get the following error when running "nub" from a Git repository > > directory:
> > LSGetApplicationForInfo() failed with error -10814 while trying to > > determine the application with bundle identifier > > com.alternateidea.rubycocoa.GitNubApp.
> > For some reason, com.alternateidea.rubycocoa.GitNubApp isn't being > > associated with GitNub. Any ideas why this would be?
> > I believe I have all of the prerequisites installed, including > > RubyCocoa. I've even manually installed Grit, Mime-Types, etc.
> > Help would be greatly appreciated.
> > This is based off of the latest codebase, cloned tonight from > > github.com/Caged/gitnub.
> A few questions:
> * Did you install open4 (now required by grit)? `sudo gem install open4`
> * Did you initialize and update the submodules? `git submodule init` `git
> submodule update`
> On Fri, Jun 6, 2008 at 2:46 PM, Mislav <mislav.maroh...@gmail.com> wrote:
> > I'm getting a different error:
> > "LSOpenFromURLSpec() failed with error -10810 for the file /Users/
> > mislav/Projects/myproject."
> > What I did:
> > 1. cloned the repo just now
> > 2. opened the project in XCode and built it right away
> > 3. moved the build/Release/*.app file to Applications
> > 4. kept the old "nub" script (from last stable) in ~/bin/
> > 5. tried to open nub in any git project
> > Last stable (0.8.5) worked for me without problems.
> > On May 14, 5:37 am, Matt Todd <chiol...@gmail.com> wrote:
> > > I get the following error when running "nub" from a Git repository
> > > directory:
> > > LSGetApplicationForInfo() failed with error -10814 while trying to
> > > determine the application with bundle identifier
> > > com.alternateidea.rubycocoa.GitNubApp.
> > > For some reason, com.alternateidea.rubycocoa.GitNubApp isn't being
> > > associated with GitNub. Any ideas why this would be?
> > > I believe I have all of the prerequisites installed, including
> > > RubyCocoa. I've even manually installed Grit, Mime-Types, etc.
> > > Help would be greatly appreciated.
> > > This is based off of the latest codebase, cloned tonight from
> > > github.com/Caged/gitnub.
I'm not quiet sure what you mean by project update. Have you been following the commits? http://github.com/Caged/gitnub/commits/master Also, the code is open so anyone can contribute. I'm happily accepting features and fixes from everyone who has committed some time to the project. :-)
On a related note, I plan on bumping the version number soon and doing an official release.
On Sat, Jun 7, 2008 at 3:15 PM, Anthony Webb <anthony.w...@gmail.com> wrote:
> Justin, How bout a project update man? Guess you saw versions SVN is > out, I believe you can do better, are you guys up for the task?
> On Jun 6, 3:51 pm, "Justin Palmer" <encyteme...@gmail.com> wrote: > > A few questions: > > * Did you install open4 (now required by grit)? `sudo gem install open4` > > * Did you initialize and update the submodules? `git submodule init` > `git > > submodule update`
> > On Fri, Jun 6, 2008 at 2:46 PM, Mislav <mislav.maroh...@gmail.com> > wrote:
> > > I'm getting a different error: > > > "LSOpenFromURLSpec() failed with error -10810 for the file /Users/ > > > mislav/Projects/myproject."
> > > What I did: > > > 1. cloned the repo just now > > > 2. opened the project in XCode and built it right away > > > 3. moved the build/Release/*.app file to Applications > > > 4. kept the old "nub" script (from last stable) in ~/bin/ > > > 5. tried to open nub in any git project
> > > Last stable (0.8.5) worked for me without problems.
> > > On May 14, 5:37 am, Matt Todd <chiol...@gmail.com> wrote: > > > > I get the following error when running "nub" from a Git repository > > > > directory:
> > > > LSGetApplicationForInfo() failed with error -10814 while trying to > > > > determine the application with bundle identifier > > > > com.alternateidea.rubycocoa.GitNubApp.
> > > > For some reason, com.alternateidea.rubycocoa.GitNubApp isn't being > > > > associated with GitNub. Any ideas why this would be?
> > > > I believe I have all of the prerequisites installed, including > > > > RubyCocoa. I've even manually installed Grit, Mime-Types, etc.
> > > > Help would be greatly appreciated.
> > > > This is based off of the latest codebase, cloned tonight from > > > > github.com/Caged/gitnub.