<div dir="ltr"><div>Hi,</div><div><br></div><div>I was converting an app that uses VES to be able to use CocoaPods. I got an error about the VTK framework (which I built last year) not having an ‘armv7s’ slice. I can force Xcode to keep building only an armv7 app, but I wanted to fix this the right way and rebuild the frameworks.</div>
<div><br></div><div>So I followed the instructions here: <a href="http://www.vtk.org/Wiki/VES/Download_And_Build_Instructions">http://www.vtk.org/Wiki/VES/Download_And_Build_Instructions</a> and did this:</div><div><br></div>
<div>git clone git://<a href="http://vtk.org/VES.git">vtk.org/VES.git</a></div><div><br></div><div>Then as directed by the web site I followed the steps in Apps/iOS/README.txt  I did the following:</div><div><br></div><div>
mkdir VES-build</div><div>cd VES-build/</div><div>cmake -DVES_IOS_SUPERBUILD=1 ../VES</div><div>make -j4</div><div><br></div><div>It looked like there were some make errors, but it also seemed to reach 100%, so I continued with the steps:</div>
<div><br></div><div>cd ../VES/Apps/iOS/</div><div>ln -s ../../../VES-build/CMakeExternals/Install/frameworks ./frameworks</div><div><br></div><div>I noticed that there was only a vtk.framework folder, and not a kiwi.framework folder, like there was with my previous build. I tried to build the sample projects in Xcode, but this didn’t work because the Kiwi framework is not there. (I also saw that there is a missing DropboxSDK framework, which is obsolete and not provided by Dropbox any more, and a missing pcl.framework.)</div>
<div><br></div><div>In hopes that it might help in solving my problem, I ran the build again in a fresh directory and collected the standard output and error streams of make. I can send these files to anyone who is interested; they were too large to send to the mailing list.</div>
<div><br></div><div>Thanks,</div><div>Lane</div></div>