Re: Getting back into MacOSX development after some time off
Izidor Jerebic <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
On 16.11.2009, at 19:09, Matt Neuburg wrote: >> SDKROOT = macosx10.6 >> SDKROOT[arch=ppc] = macosx10.5 >> MACOSX_DEPLOYMENT_TARGET = 10.4 > > I often hear this stated as the "conventional wisdom", but my own > experience > is that if I do that, I don't get the warnings I need in order to > discover > that my app is not backwards compatible. m. Interesting. What are those "warnings I need" you don't get? The only problems I had were with new/obsolete delegate methods, because compiler doesn't know which are going to be called and which are not going to be called. And no SDK setting can help you with that. izidor