Re: 64-bit-compatible iOS targets don't build in Xcode 4
Re: 64-bit-compatible iOS targets don't build in Xcode 4
- Subject: Re: 64-bit-compatible iOS targets don't build in Xcode 4
- From: Jens Alfke <email@hidden>
- Date: Thu, 19 Sep 2013 08:26:04 -0700
On Sep 19, 2013, at 8:05 AM, Jens Alfke < email@hidden> wrote: I just had another idea — making the Architectures setting SDK-specific. That is, I pressed the little “+” button next to the Debug and Release sub-options and added ones for “iOS 7.0 SDK”; then mad those ones use 64-bit and the others just 32-bit. The effect in the project file is: ARCHS = "$(ARCHS_STANDARD)"; "ARCHS[sdk=iphoneos7.0]" = "$(ARCHS_STANDARD_INCLUDING_64_BIT)”; For some reason this made no difference at all :/ thus proving that I have no insight into how build settings work.
[Usually Xcode is pretty good about preserving backward compatibility (i.e. with the project file format), but Xcode 5 isn’t doing very well at it. I also just discovered that xibs get automatically upgraded to a format that won’t open in Xcode 4, apparently if you so much as open them without making any changes. Just had to go and switch a bunch of them back to the old format in a project I recently made some minor changes to.]
—Jens |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden