Thanks for the response.  We&#39;ve made quite a few customizations, and I have only recently attempted to run it on an iOS5+ device, so it may well have been able to run out of the box.  Luckily, I did figure out at least part of what was going on today. Here&#39;s the relevant part of the crash log:<div>
<br></div><div>...</div><div><p style="margin:0px 0px 0px 0px;font:10.0px Monaco">3   CoreFoundation                <span class="Apple-tab-span" style="white-space:pre">        </span>0x353167ab +[NSException raise:format:] + 35</p>
</div><div><p style="margin:0px 0px 0px 0px;font:10.0px Monaco">4   Foundation                    <span class="Apple-tab-span" style="white-space:pre">        </span>0x31191d15 _NSFileHandleRaiseOperationException + 153</p>
<p style="margin:0px 0px 0px 0px;font:10.0px Monaco">5   Foundation                    <span class="Apple-tab-span" style="white-space:pre">        </span>0x3116f2a3 -[NSConcreteFileHandle writeData:] + 131</p>
<p style="margin:0px 0px 0px 0px;font:10.0px Monaco">6   BucknellMobile                <span class="Apple-tab-span" style="white-space:pre">        </span>0x0002939f MyLog (MITLogging.m:20)</p>
<p style="margin:0px 0px 0px 0px;font:10.0px Monaco">7   BucknellMobile                <span class="Apple-tab-span" style="white-space:pre">        </span>0x00005137 -[MIT_MobileAppDelegate application:didFailToRegisterForRemoteNotificationsWithError:] (MIT_MobileAppDelegate.m:439)</p>
<p style="margin:0px 0px 0px 0px;font:10.0px Monaco">...</p><div><br></div><div>It was crashing when the MITLogging class tried to write a message after the didFailToRegiserForRemoteNotifications handler was called.  I did not figure out exactly why that was crashing, but since we are not using remote notifications just yet, I just disabled the attempt to register, and the app now loads without crashing.  There are still a few more issues, but I haven&#39;t had a chance to look too closely at those yet.</div>
<div><br></div><div>Thanks,</div><div>Dan</div><div><br></div><br><div class="gmail_quote">On Fri, Mar 16, 2012 at 3:57 PM, Justin Anderson <span dir="ltr">&lt;<a href="mailto:jander@mit.edu">jander@mit.edu</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word">
Hi Daniel,
<div><br>
</div>
<div>The code should build and run straight from github with just one change. You need to create your own Common/Secret.m containing the domain for the API server you want the app to use. For MIT that would be
<a href="http://m.mit.edu" target="_blank">m.mit.edu</a>. I assume you&#39;ve done that much if you were able to build the app.</div>
<div><br>
</div>
<div>I can&#39;t think of why it would successfully install on a device but then crash on the home screen. Do you have a crash log or console output from the debugger for that?</div>
<div><br>
<div><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;text-align:-webkit-auto;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Helvetica;word-spacing:0px">Justin
 Anderson<br>
Project Lead - Mobile Computing<br>
MIT IS&amp;T</span> </div>
<br>
<div><div><div class="h5">
<div>On Mar 15, 2012, at 4:37 PM, Daniel Mancusi wrote:</div>
<br>
</div></div><blockquote type="cite"><div><div class="h5">Hello,
<div><br>
</div>
<div>Bucknell is trying to create an app based on the MIT Mobile iPhone code (<a href="https://github.com/MIT-Mobile/MIT-Mobile-for-iPhone" target="_blank">https://github.com/MIT-Mobile/MIT-Mobile-for-iPhone</a>) and running in to some trouble.  Most development was done in
 the simulators within XCode, where it runs without any trouble in all iOS versions, but we have not had any luck testing it on an actual device.</div>
<div><br>
</div>
<div>Our latest attempt was on an iOS 5.1 iPhone where it launched briefly, displayed the home screen and icons for a few seconds and then crashed.  I&#39;m aware there are a plethora of things that could be going wrong, but since I have not yet had much luck in
 tracking down the cause I thought I&#39;d ask the list to see if anyone else has seen anything similar.</div>
<div><br>
</div>
<div>Please let me know if you have any tips for debugging these types of problems or have had any similar experience.  Thanks!</div>
<div><br>
</div>
<div>Daniel Mancusi</div>
<div>Bucknell University</div></div></div>
_______________________________________________<br>
I-mobile-u mailing list<br>
<a href="mailto:I-mobile-u@mit.edu" target="_blank">I-mobile-u@mit.edu</a><br>
<a href="http://mailman.mit.edu/mailman/listinfo/i-mobile-u" target="_blank">http://mailman.mit.edu/mailman/listinfo/i-mobile-u</a><br>
</blockquote>
</div>
<br>
</div>
</div>

<br>_______________________________________________<br>
I-mobile-u mailing list<br>
<a href="mailto:I-mobile-u@mit.edu">I-mobile-u@mit.edu</a><br>
<a href="http://mailman.mit.edu/mailman/listinfo/i-mobile-u" target="_blank">http://mailman.mit.edu/mailman/listinfo/i-mobile-u</a><br>
<br></blockquote></div><br></div>