Closed GoogleCodeExporter closed 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
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
Original comment by raycut...@gmail.com
on 31 Aug 2011 at 3:50
Original issue reported on code.google.com by
tylerwhi...@gmail.com
on 23 Mar 2011 at 2:35