PriyaranjanMohapatra / rest-client

Automatically exported from code.google.com/p/rest-client
Apache License 2.0
0 stars 0 forks source link

Mac build does not open in Mountain Lion #153

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When trying to open using command-line, getting the error:

<pre>
Subhashs-MacBook-Pro:rest-client subwiz$ open 
restclient-ui/target/restclient-ui-3.0-SNAPSHOT/WizTools.org\ RESTClient.app/
LSOpenURLsWithRole() failed with error -10810 for the file 
/Users/subwiz/code/rest-client/restclient-ui/target/restclient-ui-3.0-SNAPSHOT/W
izTools.org RESTClient.app.
</pre>

Original issue reported on code.google.com by subwiz on 1 Sep 2012 at 7:00

GoogleCodeExporter commented 8 years ago
This was a permission issue. As mentioned in this forum, a simple chmod fixed 
the problem:

http://qt-project.org/forums/viewthread/14480

$ sudo chmod -R a+x 
restclient-ui/target/restclient-ui-3.0-SNAPSHOT/WizTools.org\ 
RESTClient.app/Contents/MacOS/

Original comment by subwiz on 2 Sep 2012 at 9:09