PDA

View Full Version : Error finding a file in DevToolsCore.framework


solutions
Oct 14, 2006, 02:14 PM
Hi,

I am trying to compile code that was writen a while back. Someone else wrote the code using Dev Kit 10.2.8, which I am using too on XCode 2.3 and OSX 10.4.8. The error i get is:

pbxcp: rules: No such file or directory

The code is looking for the file in the following directory.

/System/Library/PrivateFrameworks/DevToolsCore.framework/Resources/pbxcp

I realize that that file might not be in the directory anymore. Can someone help me with how to corect an issue like this?

Thanks.

neilio
Oct 15, 2006, 07:20 AM
I've moved this to Anything Goes as this isn't a Path Finder support question.

grotsasha
Oct 15, 2006, 11:41 AM
Rewrite this code so it won't use this obsolete dependency anymore? :)

I think you'll run into more problems trying to compile old Jaguar code, then by writing one yourself or trying to find something more up to date (which is easier now thanks to Google code search (http://www.google.com/codesearch) )

solutions
Oct 17, 2006, 11:11 PM
I am not very familiar with writing code. This is a specific program that I am trying to compile. Is there a way to just replace this piece wih new stuff and how would i go about doing that?

Thanks.