Re: Deprecated warnings on Intel 10.4.11, not on PPC 10.4.11
Re: Deprecated warnings on Intel 10.4.11, not on PPC 10.4.11
- Subject: Re: Deprecated warnings on Intel 10.4.11, not on PPC 10.4.11
- From: Jerry Krinock <email@hidden>
- Date: Fri, 17 Aug 2012 05:31:44 -0700
On 2012 Aug 17, at 00:41, Stephen Kay <email@hidden> wrote:
> I just want to get it to run on 10.7+, as it currently exists. Nothing more.
> ;-) Is that not possible?
Theoretically, your app would run right now on a 10.7+ PowerPC Mac right now, if there was such a thing. What you really need is to build executables which contain at least one Intel architecture, i386 (32-bit) and/or x86_64 (64-bit).
I think the answer is that, yes, as long as you don't want to add any features, it should be possible to build executables containing both ppc and i386 architectures. Adding in x86_64 should be possible too, although you'll be laboring on the code for a long time.
Given your stated roadmap, another possibility you should consider is this…
• Build your product as you always have.
• Build Intel executable(s).
• Add the Intel executable(s) into the executable(s) in your product usin the 'lipo' command-line tool.
_______________________________________________
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