Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

3G iPhone Device "finished running" but app won't load

I'm trying to run an app on a 3G device. Xcode says that the app has "Finished running on the iPhone" but the app will not deploy. I think I have the architectures configured correctly (see image below)

enter image description here

enter image description here

any help would be great,

thanks

like image 530
hanumanDev Avatar asked Nov 14 '11 20:11

hanumanDev


2 Answers

I figured this out finally. In the Info.plist there's a "Required device capabilities" setting that was set to armv7. I was aware of the armv6 and armv7 requirements in the target build settings for the 3G model but not in the plist. here's a screenshot. hope it helps anyone else stuck with something similar:

enter image description here

like image 177
hanumanDev Avatar answered Oct 05 '22 16:10

hanumanDev


Your configuration looks fine. I’ve seen this before; removing the device from the Organizer (selecting it in the list on the left of the “Devices” tab and clicking the “Remove” button at the bottom of the main panel), restarting Xcode, and connecting it again seemed to fix the problem.

like image 43
Noah Witherspoon Avatar answered Oct 05 '22 16:10

Noah Witherspoon