<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hello,<div><br></div><div>I'm a novice programmer who was hoping to build Kiwiviewer on my mac with Yosemite OS 10.10.</div><div><br></div><div>I followed the directions posted by Harish on this webpage:</div><div><a href="http://public.kitware.com/pipermail/ves/2014-November/002976.html" target="_blank">http://public.kitware.com/pipermail/ves/2014-November/002976.html</a></div><div><br></div><div>and from that I was able to do get through the steps described on the /Apps/iOS readme (I was previously having problems doing make -j4).</div><div><br></div><div>The problem is when i open up the Xcodeproject of KiwiSimple and KiwiViewer. This was actually my first time opening Xcode and using it. This is Xcode 6.1.1. Anyways, I try to build it and i get 4 errors and 2 warnings, copied below:</div><div><br></div><div><p style="margin-left: 12px; text-indent: -12px; font-size: 11px; font-family: Menlo;">ld: warning: ignoring file ../frameworks/vtk.framework/vtk, missing required architecture x86_64 in file ../frameworks/vtk.framework/vtk (3 slices)</p>
<p style="margin-left: 12px; text-indent: -12px; font-size: 11px; font-family: Menlo;">ld: warning: ignoring file ../frameworks/kiwi.framework/kiwi, missing required architecture x86_64 in file ../frameworks/kiwi.framework/kiwi (3 slices)</p>
<p style="margin-left: 12px; text-indent: -12px; font-size: 11px; font-family: Menlo;">Undefined symbols for architecture x86_64:</p>
<p style="margin-left: 12px; text-indent: -12px; font-size: 11px; font-family: Menlo;">  "vesKiwiBaseApp::render()", referenced from:</p>
<p style="margin-left: 12px; text-indent: -12px; font-size: 11px; font-family: Menlo;">      -[MyGLKViewController glkView:drawInRect:] in MyGLKViewController.o</p>
<p style="margin-left: 12px; text-indent: -12px; font-size: 11px; font-family: Menlo;">  "vesKiwiViewerApp::loadDataset(std::string const&)", referenced from:</p>
<p style="margin-left: 12px; text-indent: -12px; font-size: 11px; font-family: Menlo;">      -[MyGLKViewController initializeKiwiApp] in MyGLKViewController.o</p>
<p style="margin-left: 12px; text-indent: -12px; font-size: 11px; font-family: Menlo;">  "vesKiwiViewerApp::vesKiwiViewerApp()", referenced from:</p>
<p style="margin-left: 12px; text-indent: -12px; font-size: 11px; font-family: Menlo;">      -[MyGLKViewController initializeKiwiApp] in MyGLKViewController.o</p>
<p style="margin-left: 12px; text-indent: -12px; font-size: 11px; font-family: Menlo;">ld: symbol(s) not found for architecture x86_64</p>
<p style="margin-left: 12px; text-indent: -12px; font-size: 11px; font-family: Menlo;">clang: error: linker command failed with exit code 1 (use -v to see invocation)</p></div><div><br></div><div>Under Build Settings of the KiwiSimple target, I have "Architectures" set to "Standard architectures (armv7, arm64) ...."</div><div>The "Base SDK" is iOS 8.1, I enabled "Build Active Architecture Only" and my "Valid Architectures" are "armv7 arm64"</div><div><br></div><div>To the side under the Frameworks folder, I have libbz2.dylib, libxml2.dylib, libz.dylib, vtk.framework and its headers, kiwi.framework and its headers, OpenGLES.framework, GLKit.framework, UIKit.framework, Foundation.framework, and CoreGraphics.framework. Nothing in these are colored red.</div><div><br></div><div>The only thing that is red for me is the Product itself, KiwiSimple.app.</div><div><br></div><div>I'll gladly provide any other information. Please tell me what could be going wrong. This is the first time I ever used CMake and Xcode. I could have easily forgotten to do something along the way, especially something that was not in the directions I mentioned above.</div><div><br></div><div>Thank you!</div><div><br></div><div>Mike</div><div><br></div><div><br></div>                                         </div></body>
</html>