Can't Open Project Builder!

jerome

Registered
I have just installed the package off the developer CD. But I can't open project builder. It bounces and then stops without having opened the application.

The console reports the following message:
"dyld: /Developer/Applications/ProjectBuilder.app/Contents/MacOS/ProjectBuilder can't open library: /System/Library/PrivateFrameworks/EOControl.framework/Versions/B/EOControl (No such file or directory, errno = 2)"

I have tried reinstalling the package, but the problem still persists. Any ideas people?
 
That's odd, is this an older version from someplace? My Project Builder doesn't reference that private framework (EOControl) at all, nor do I see it on my system (10.0.3):

$ otool -L Project\ Builder
Project Builder:
/System/Library/PrivateFrameworks/ToolSupport.framework/Versions/A/ToolSupport (compatibility version 1.0.0, current version 15.0.0)
/System/Library/PrivateFrameworks/PBXCore.framework/Versions/A/PBXCore (compatibility version 1.0.0, current version 22.0.0)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation (compatibility version 300.0.0, current version 397.4.0)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit (compatibility version 45.0.0, current version 577.0.0)
/System/Library/PrivateFrameworks/PBXInterface.framework/Versions/A/PBXInterface (compatibility version 1.0.0, current version 15.0.0)
/System/Library/PrivateFrameworks/PBXDebuggingSystem.framework/Versions/A/PBXDebuggingSystem (compatibility version 1.0.0, current version 15.0.0)
/System/Library/PrivateFrameworks/PBXRemoteClient.framework/Versions/A/PBXRemoteClient (compatibility version 1.0.0, current version 1.0.0)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon (compatibility version 2.0.0, current version 113.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 50.0.0)
 
Back
Top