Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

armv6 and armv7

Tags:

ios

armv6

I've got an app that I created that I'm trying to test on an older iphone 3g. I've used this phone many times for testing but this new app for some reason will not accept the build.

I've done some searching and found that I need to charge the architecture from "armv7" to "armv6", I did this in both the project and target. After doing that I get the following error when trying to build to the device (construction is the name of the app)

Could not launch "construction" No such file or directory (/Users/Matthew/Library/Developer/Xcode/DerivedData/Construction-cqtujdbjhpvbkrehtfzwvuhvxdrs/Build/Products/Debug-iphoneos/Construction.app/Construction)

But I can build in the simulator at it works fine... any idea?

like image 841
Monergy Avatar asked Aug 03 '12 20:08

Monergy


1 Answers

thank you so much - clearing UIRequiredDeviceCapabilities in Info.plist would have never appeared to me.

like image 116
Marcus Rohrmoser Avatar answered Sep 29 '22 00:09

Marcus Rohrmoser