Page 2 of 2

Re: chipmunk lib will not link in xcode 4.5 for ios 6 device

Posted: Fri Sep 28, 2012 12:11 pm
by Geokar
Thanks for the update.

Just a small update on my part.

As I wrote I uploaded an update of our app with armv7 only on the 23rd, The app is still in "Waiting for Review".

I will let you know as soon as the app goes or does not go through.

Re: chipmunk lib will not link in xcode 4.5 for ios 6 device

Posted: Mon Oct 01, 2012 2:12 am
by Geokar
The app went through with no issues whatsover.

So submitting with only armv7 while providing support for iPhone 5 (ours did) does not raise any red flags with the review team at Apple.

Re: chipmunk lib will not link in xcode 4.5 for ios 6 device

Posted: Wed Oct 03, 2012 7:08 pm
by dugbug
good to know geokar. I submitted an app friday with this very tweak.

Re: chipmunk lib will not link in xcode 4.5 for ios 6 device

Posted: Thu Oct 25, 2012 3:22 am
by bhlvoong
After switching architecture to armv6, build is successful but its fails with this error when trying to deploy to my iPad 2 (running iOS 6):

Xcode cannot run using the selected device.
Choose a destination with a supported architecture in order to run on this device.

I'm using the latest ChipmunkPro-iPhone-Trial library. I would like to see the performance on my device before purchasing a license.

Thanks

Re: chipmunk lib will not link in xcode 4.5 for ios 6 device

Posted: Thu Oct 25, 2012 11:37 am
by slembcke
iPhone 3G and below are armv6 devices. iPhone 3Gs and above are armv7. iPhone 5 is armv7s.

You want to build for armv7 (and possibly also armv6 if you want extra backwards compatibility). Although armv6 code should still work fine on all devices. Not sure what was up with that error. I wonder if they dropped armv6 compatibility in iOS 6? That certainly sounds like something Apple would do...

Xcode 4.5 doesn't even build armv6 code anymore anyway.

Re: chipmunk lib will not link in xcode 4.5 for ios 6 device

Posted: Sun Nov 04, 2012 8:17 pm
by bhlvoong
I updated to Xcode 4.5.2 and started a new project and I'm able to deploy onto my ipad 2 now.

Thanks.