sxuthpaw / logkext

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

svn tree Development build configuration error - error during build - pbxcp: logKextDaemon: No such file or directory #16

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by drspring...@gmail.com on 3 Sep 2009 at 4:08

GoogleCodeExporter commented 8 years ago
Should be fixed in latest svn.

Original comment by d235...@gmail.com on 19 Nov 2009 at 6:18