Re: ARC and 10.6

2012-02-06 Thread Georg Seifert
>> I try to convert my app to use xCode 4.2 and ARC. My app uses several custom >> frameworks and plugins. I used the migration tool to enable ARC for all of >> them. >> >> As I still want to support Snow Leopard, I set the SDKROOT to 10.7 and the >> Deployment Target to 10.6. But if I do that,

Re: ARC and 10.6

2012-02-03 Thread Georg Seifert
Me again. I fixed it. I forgot to specify a Principle class for some of my plugins. This was no problem before, not with gcc (xCode 3) and not with clang in xCode 4. Thanks Georg On 03.02.2012, at 00:24, Greg Parker wrote: > On Feb 2, 2012, at 2:51 PM, Georg Seifert wrote: >> I try to conver

Re: ARC and 10.6

2012-02-03 Thread Georg Seifert
On 03.02.2012, at 00:24, Greg Parker wrote: > On Feb 2, 2012, at 2:51 PM, Georg Seifert wrote: >> I try to convert my app to use xCode 4.2 and ARC. My app uses several custom >> frameworks and plugins. I used the migration tool to enable ARC for all of >> them. >> >> As I still want to support

Re: ARC and 10.6

2012-02-02 Thread Greg Parker
On Feb 2, 2012, at 2:51 PM, Georg Seifert wrote: > I try to convert my app to use xCode 4.2 and ARC. My app uses several custom > frameworks and plugins. I used the migration tool to enable ARC for all of > them. > > As I still want to support Snow Leopard, I set the SDKROOT to 10.7 and the >

ARC and 10.6

2012-02-02 Thread Georg Seifert
Hi, I try to convert my app to use xCode 4.2 and ARC. My app uses several custom frameworks and plugins. I used the migration tool to enable ARC for all of them. As I still want to support Snow Leopard, I set the SDKROOT to 10.7 and the Deployment Target to 10.6. But if I do that, on the startu