<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, &quot;Ernesto Giannotta&quot; &lt;<a href="erne@apimac.com">erne@apimac.com</a>&gt; wrote:<BR>
<BR>
<FONT COLOR="#0000FF">&gt; 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=&quot;$app_frmw&quot;/V4CC.framework/Versions/A/V4CC<BR>
<BR>
<B> &nbsp;&nbsp;&nbsp;install_name_tool -id &quot;@executable_path/../Frameworks/V4CC.framework/V4CC&quot; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&quot;$app_frmw_v4cc&quot;<BR>
</B><BR>
&nbsp;&nbsp;&nbsp;&nbsp;install_name_tool -change &quot;/usr/local/lib/vcomponents/libvshared_fat_release.dylib&quot; &nbsp;&nbsp;&quot;@executable_path/../vcomponents/libvshared_fat_release.dylib&quot; &nbsp;&nbsp;&nbsp;&nbsp;&quot;$app_frmw_v4cc&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;install_name_tool -change &quot;/usr/local/lib/vcomponents/libvkernel_fat_release.dylib&quot; &nbsp;&nbsp;&quot;@executable_path/../vcomponents/libvkernel_fat_release.dylib&quot; &nbsp;&nbsp;&nbsp;&nbsp;&quot;$app_frmw_v4cc&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;install_name_tool -change &quot;/usr/local/lib/vcomponents/libvclient_fat_release.dylib&quot; &nbsp;&nbsp;&quot;@executable_path/../vcomponents/libvclient_fat_release.dylib&quot; &nbsp;&nbsp;&nbsp;&nbsp;&quot;$app_frmw_v4cc&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;install_name_tool -change &quot;/usr/local/lib/vcomponents/libvreport_fat_release.dylib&quot; &nbsp;&nbsp;&quot;@executable_path/../vcomponents/libvreport_fat_release.dylib&quot; &nbsp;&nbsp;&nbsp;&nbsp;&quot;$app_frmw_v4cc&quot;<BR>
&nbsp;&nbsp;&nbsp;&nbsp;install_name_tool -change &quot;/usr/local/lib/vcomponents/VSDK.framework/Versions/A/VSDK&quot; &quot;@executable_path/../vcomponents/VSDK.framework/Versions/A/VSDK&quot; &nbsp;&nbsp;&quot;$app_frmw_v4cc&quot;<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>