oksunp / vvopensource

Automatically exported from code.google.com/p/vvopensource
0 stars 0 forks source link

Shell Script Invocation Error #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I'm trying to get this built for an iPhone project and can't seem to get it to 
go.  I'm in XCode 4 and am not sure if I'm just not used to the new XCode or if 
it's another problem.

I select the Build/Install VVOSC iPhone Simulator 4.3 in the targets and click 
Product > Build.  The build fails and says "Shell Script Invocation Error"

mv: rename build/Debug-iphonesimulator/libVVOSC.a to 
build/Debug/SDKs/VVOSC/iphonesimulator.sdk/usr/local/lib/libVVOSC.a: No such 
file or directory
cp: build/Debug/VVOSC.framework/Headers: No such file or directory
mv: rename build/tmpFile.txt to 
build/Debug/SDKs/VVOSC/iphonesimulator.sdk/usr/local/include/VVOSC/VVOSC.h: Not 
a directory

This error occurs for all of the iPhone targets.  Any tips?

Original issue reported on code.google.com by tylerwhi...@gmail.com on 23 Mar 2011 at 2:35

GoogleCodeExporter commented 8 years ago
I got the same error with Xcode 3.2, but with my build folder in a custom 
location. I don't know if Xcode 4 has the build directory in another default 
place, but this is possibly related.

vvopensource scripts hard-coded the build folder. 

To fix the issue, I had to replace all "build/" occurences by "${SYMROOT}/" 
(without quotes).

Hope This Helps.

Pierre Rossel

Original comment by pross...@gmail.com on 18 Apr 2011 at 1:48

GoogleCodeExporter commented 8 years ago
Thank you, Pierre Rossel

I had the same issue. I'm using XCode 4. I did a find&replace for "build/" in 
project workspace with Match case.

And I replaced all "build/" by "${SYMROOT}/". It works! Great! 

Original comment by WANGSHIY...@gmail.com on 2 May 2011 at 11:43

GoogleCodeExporter commented 8 years ago

Original comment by raycut...@gmail.com on 31 Aug 2011 at 3:50