• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode 4.6 breaks ARC on Snow Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode 4.6 breaks ARC on Snow Leopard


  • Subject: Re: Xcode 4.6 breaks ARC on Snow Leopard
  • From: Dave Zarzycki <email@hidden>
  • Date: Tue, 29 Jan 2013 09:43:32 -0800

Michael, Does the app crash on launch on just Snow Leopard systems, or on 10.7/10.8 systems as well? What is the backtrace of the crash?

davez

On Jan 29, 2013, at 8:29 AM, Michael Tsai <email@hidden> wrote:

> It crashes using the standard Cocoa app stationary with ARC and deployment target set to 10.6:
>
> @implementation AppDelegate
>
> - (void)applicationDidFinishLaunching:(NSNotification *)aNotification
> {
>    NSMutableArray *a = [NSMutableArray array];
>    [a addObject:@"a"];
>    NSLog(@"%@", a);
> }
>
> @end
>
> --Michael
>
>
> On Jan 29, 2013, at 11:13 AM, Dave Zarzycki <email@hidden> wrote:
>
>> Thomas — Have you reduced this to a test case? Can you please share the backtrace/crash-report? It would help a lot. Thanks! — DaveZ
>>
>>
>> On Jan 29, 2013, at 8:02 AM, Thomas Clement <email@hidden> wrote:
>>
>>> Just so you know, Xcode 4.6 breaks ARC compatibility with Snow Leopard.
>>> Built apps crash at launch unless compiler optimizations are turned off (-O0).
>>>
>>> :-(
>>>
>>> Thomas
>>> _______________________________________________
>>> 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
>>
>>
>> _______________________________________________
>> 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
>


 _______________________________________________
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


  • Follow-Ups:
    • Re: Xcode 4.6 breaks ARC on Snow Leopard
      • From: Michael Tsai <email@hidden>
References: 
 >Xcode 4.6 breaks ARC on Snow Leopard (From: Thomas Clement <email@hidden>)
 >Re: Xcode 4.6 breaks ARC on Snow Leopard (From: Dave Zarzycki <email@hidden>)
 >Re: Xcode 4.6 breaks ARC on Snow Leopard (From: Michael Tsai <email@hidden>)

  • Prev by Date: here we go again with docs not getting downloaded
  • Next by Date: Re: Xcode 4.6 breaks ARC on Snow Leopard
  • Previous by thread: Re: Xcode 4.6 breaks ARC on Snow Leopard
  • Next by thread: Re: Xcode 4.6 breaks ARC on Snow Leopard
  • Index(es):
    • Date
    • Thread