Skip to content
Snippets Groups Projects
Commit fed8063f authored by Manuel Grizonnet's avatar Manuel Grizonnet
Browse files

DOC: Improve FAQ of mac os x standalone package to document xcrun bug

parent c0dd6b5f
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,8 @@ Notes:
- Multiple installation of OTB can exists in same system without one conflicting the other!
FAQ for Packaging
~~~~~~~~~~~~~~~~~
FAQ
~~~
Q: I am getting an error message...
+++++++++++++++++++++++++++++++++++
......
......@@ -50,3 +50,23 @@ Notes:
- You are allowed to move these .app files and refrain from moving or
deleting OTB-|release|-Darwin64 after extraction. In case you need to have OTB
installed in some other directory. Extract the .run file there.
FAQ
~~~
Q: I am getting an error message...
+++++++++++++++++++++++++++++++++++
::
xcrun: error: invalid active developer path
(/Library/Developer/CommandLineTools), missing xcrun at:
/Library/Developer/CommandLineTools/usr/bin/xcrun
A: You can get this error at startup running Monteverdi.app or Mapla.app. The
solution is to run in a terminal the following command:
::
xcode-select --install
And then try to restart Monteverdi or Mapla.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment