What steps will reproduce the problem?
1. checkout latest svn trunk tree as of 8-10-2008
2. build each subproject
3. build main project
What is the expected output? What do you see instead?
Expected output is to have a successful build.
Instead, the build fails with error:
pbxcp: logKextDaemon: No such file or directory
What version of the product are you using? On what operating system?
Latest svn trunk tree as of the date of this submission (8-10-2008)
Please provide any additional information below.
The problem is that the logKextDaemon subproject is missing the Development
build configuration, and therefore doesn't put the build product in the
correct Development build product path (../build/Development), but instead
in the current build product path (in my case, ../build/Deployment).
The fix is to add a Development build configuration to the:
logKextKeyGen.xcodeproj
project.
Or, choose a common build configuration for the main project and each
subproject.
Original issue reported on code.google.com by gpower...@gmail.com on 10 Aug 2008 at 7:38
Original issue reported on code.google.com by
gpower...@gmail.com
on 10 Aug 2008 at 7:38