Hi Laurent,<br><br>I recently answered this question in the thread "about build kiwiviewer 2.0 on iOS".  Here's what I wrote in the other thread:<br><br>It might be crashing when it tries to copy the bundled sample
 datasets.  In the kiwi-next-apps branch I pushed, I did not include the sample 
datasets because I don't want to add them to the git repository.  You 
could either download the sample datasets ( <a href="https://midas3.kitware.com/midas/folder/9479" target="_blank">https://midas3.kitware.com/midas/folder/9479</a>
 ) and add them to your xcode project, or comment out the code in 
DocumentsTableViewController.m where it unpacks the sample data.  Just 
add a return statement at the very top of the unpackSampleData() 
function.<br><br>Pat<br><br><div class="gmail_quote">On Fri, Mar 29, 2013 at 12:46 AM, Laurent Paul <span dir="ltr"><<a href="mailto:laurent.paul@uclouvain.be" target="_blank">laurent.paul@uclouvain.be</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div text="#000000" bgcolor="#FFFFFF">
    Dear users, developpers,<br>
    <br>
    I'm a bit screwed during the building step…
    <div>I tried to follow guidelines on the mailing list and on the
      wiki, but since the project is moving on a lot, they seem
      outdated.</div>
    <div>I managed to achieve some of them anyway, I put the guidelines
      for a future user:</div>
    <div>- clone VES using git</div>
    <div>- add a stage kiwi-next-apps -> a folder called kiwiViewer
      is created</div>
    <div>- add some frameworks (DropboxSDK.framework, kiwi.framework,
      pcl.framework and vtk.framework, the last three from <a href="http://packages.kitware.com/community/9#Packages" target="_blank">http://packages.kitware.com/community/9#Packages</a>) into
      Apps/iOs/frameworks</div>
    <div>- Open the xcodeproj</div>
    <div>- build, get an error from a missing egein library that is
      missing. Just edited the line adding "egein/" to the path in the
      source</div>
    <div>- Build and run</div>
    <div><br>
    </div>
    <div>I get a __pthread_kill… I'm not a real developer, so I don't
      really see why!</div>
    <div>Here is the complete error message:</div>
    <div>
      <div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo"><b><big><big><big>2013-03-28 15:15:45.630
                kiwiviewer[91968:12603] *** Terminating app due to
                uncaught exception 'NSInvalidArgumentException', reason:
                '*** -[NSFileManager copyItemAtPath:toPath:error:]:
                source path is nil'</big></big></big></b></div>
      <div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo"><b><big><big><big>*** First throw call stack:</big></big></big></b></div>
      <div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo"><b><big><big><big>(0x22b2012 0x1fb8e7e 0x22b1deb
                0x1a54c0c 0x1cf37 0x1d6eb 0x1e92b 0x1dd52 0x251553f
                0x2527014 0x25182e8 0x2517fcb 0x926cfb24 0x926d16fe)</big></big></big></b></div>
      <div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo"><b><big><big><big>libc++abi.dylib: terminate called
                throwing an exception</big></big></big></b></div>
    </div>
    <div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo"><big><big><big><br>
          </big></big></big></div>
    <div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo"><big><big><big>Could
            you help me please?</big></big></big></div>
    <div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo"><big><big><big><br>
          </big></big></big></div>
    <div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo"><big><big><big>Thanks!</big></big></big></div><span class="HOEnZb"><font color="#888888">
    <div style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font:normal normal normal 11px/normal Menlo"><big><big><big>Laurent.</big></big></big></div>
    <div>-- <br>
      <font size="1">Please consider environmental impact before
        printing documents</font></div>
  </font></span></div>

<br>_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
<br></blockquote></div><br>