>> 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,
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
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
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
>
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