Prebinding problems with shared framework
Prebinding problems with shared framework
- Subject: Prebinding problems with shared framework
- From: Dario Accornero <email@hidden>
- Date: Tue, 23 Mar 2004 13:51:34 +0100
Hello,
I am using the OpenAL framework, which has installed itself in
/Library/Frameworks, and linking against it in my Carbon application.
It is a standard framework with plain C interfaces. Xcode 1.1 does not
give me any error messages when I build my application on 7F44, but
whenever I try to launch it I find the classic message in the console:
Mar 23 13:43:10 localhost /usr/libexec/fix_prebinding:
/path/to/my/application.app/Contents/MacOS/application could not be
launched prebound.
Mar 23 13:43:10 localhost /usr/libexec/fix_prebinding:
update_prebinding (finding dependent libraries for
/path/to/my/application.app/Contents/Frameworks/OpenAL.framework/
Versions/A/OpenAL): can't open file:
/path/to/my/application.app/Contents/Frameworks/OpenAL.framework/
Versions/A/OpenAL (No such file or directory)
Mar 23 13:43:10 localhost /usr/libexec/fix_prebinding: The file
/path/to/my/application.app/Contents/Frameworks/OpenAL.framework/
Versions/A/OpenAL does not exist
Mar 23 13:43:10 localhost /usr/libexec/fix_prebinding: As a result,
fix_prebinding will not attempt to prebind the application.
Mar 23 13:43:10 localhost /usr/libexec/fix_prebinding: 2004-03-23
13:43:10 +0100: prebinding for application done.
Mar 23 13:45:10 localhost /usr/libexec/fix_prebinding: fix_prebinding
quitting for now.
I am *not* using the "@executable/.../Frameworks" path in my project --
I have just added the framework to the project, and since it compiled
and linked fine the very first time (and it still does), I did not
suspect any problems.
How can I get rid of the above error in this situation?
Thanks,
Dario
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.