uchicago-mobi / MPCS51030-2017-Winter-Forum

7 stars 0 forks source link

Previous builds not working on iPhone #103

Closed lakshman111 closed 7 years ago

lakshman111 commented 7 years ago

I put every project that we make on my iPhone. I have noticed that over time, the builds crash and then I need to re-run them through xcode to get them working on my phone again. Are apps that are run through xcode only temporarily stored when run on an iPhone?

hbennett766 commented 7 years ago

No, an app you install via xcode works like any other app you'd download from the app store. It's just there forever until you delete it. My best guess is there's a bug somewhere in your code that's crashing the app. For whatever reason, this crash bug in particular isn't resolved until you build again via xcode.

tabinks commented 7 years ago

We discussed this in office hours.