<HTML>
<HEAD>
<TITLE>Re: Mac Universal Binary upgrade issue</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>On 4/21/09 9:05 PM, "Vansh Singh" <vsingh@us.counterp.com> wrote:<BR>
<BR>
If we open script as text, you can see that first command that uses this utility is<BR>
<BR>
#####################################<BR>
# CHANGE executable_path for engine dylibs:<BR>
#####################################<BR>
<BR>
# change id of VSHARED<BR>
install_name_tool -id "@executable_path/../vcomponents/libvshared_fat_release.dylib" "$app_vcomp"/libvshared_fat_release.dylib<BR>
<BR>
<BR>
*****************<BR>
<BR>
To do the same manually do next please:<BR>
<BR>
* open terminal<BR>
<BR>
* open compile app package and go to internal vcomponents folder<BR>
<BR>
* type in the terminal <BR>
<BR>
install_name_tool -id "@executable_path/../vcomponents/libvshared_fat_release.dylib" <BR>
<BR>
Then drag and drop into terminal window the libvshared_fat_release.dylib<BR>
the path to this library will be added.<BR>
<BR>
PRESS ENTER.<BR>
<BR>
Now I think you will get the same error.<BR>
<BR>
Only TWO case-sensitive here:<BR>
<BR>
A) libvshared_fat_release.dylib is bad. But size looks correct. <BR>
<BR>
B) YOUR install_name_tool have some problems.<BR>
<BR>
<BR>
-------<BR>
You can try send me offlist or put on some FTP compressed ZIP of <BR>
This Init.ShutDown.app, so I will try on my side.<BR>
I am sure it will work here, but to double check it...<BR>
<BR>
<BR>
<BR>
-- <BR>
Best regards,<BR>
<BR>
Ruslan Zasukhin<BR>
VP Engineering and New Technology<BR>
Paradigma Software, Inc<BR>
<BR>
Valentina - Joining Worlds of Information <BR>
<a href="http://www.paradigmasoft.com">http://www.paradigmasoft.com</a><BR>
<BR>
[I feel the need: the need for speed]<BR>
</SPAN></FONT>
</BODY>
</HTML>