<HTML>
<HEAD>
<TITLE>Re: App Store still complaining</TITLE>
</HEAD>
<BODY>
<FONT FACE="Lucida Grande"><SPAN STYLE='font-size:11pt'>On 2/21/11 1:28 PM, "Ernesto Giannotta" <<a href="erne@apimac.com">erne@apimac.com</a>> wrote:<BR>
<BR>
<FONT COLOR="#0000FF">> Well, this is the one I added to try fix it!<BR>
</FONT><BR>
Yes I also now see what you mean.<BR>
<BR>
I have made fix as following<BR>
<BR>
<BR>
#####################################<BR>
# CHANGE executable_path for V4CC.framework dylibs:<BR>
#####################################<BR>
app_frmw_v4cc="$app_frmw"/V4CC.framework/Versions/A/V4CC<BR>
<BR>
<B> install_name_tool -id "@executable_path/../Frameworks/V4CC.framework/V4CC" "$app_frmw_v4cc"<BR>
</B><BR>
install_name_tool -change "/usr/local/lib/vcomponents/libvshared_fat_release.dylib" "@executable_path/../vcomponents/libvshared_fat_release.dylib" "$app_frmw_v4cc"<BR>
install_name_tool -change "/usr/local/lib/vcomponents/libvkernel_fat_release.dylib" "@executable_path/../vcomponents/libvkernel_fat_release.dylib" "$app_frmw_v4cc"<BR>
install_name_tool -change "/usr/local/lib/vcomponents/libvclient_fat_release.dylib" "@executable_path/../vcomponents/libvclient_fat_release.dylib" "$app_frmw_v4cc"<BR>
install_name_tool -change "/usr/local/lib/vcomponents/libvreport_fat_release.dylib" "@executable_path/../vcomponents/libvreport_fat_release.dylib" "$app_frmw_v4cc"<BR>
install_name_tool -change "/usr/local/lib/vcomponents/VSDK.framework/Versions/A/VSDK" "@executable_path/../vcomponents/VSDK.framework/Versions/A/VSDK" "$app_frmw_v4cc"<BR>
<BR>
<BR>
<BR>
<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>