• 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: Stability on Snow Leopard
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Stability on Snow Leopard


  • Subject: Re: Stability on Snow Leopard
  • From: Bill Bumgarner <email@hidden>
  • Date: Tue, 22 Sep 2009 20:34:27 -0700

On Sep 22, 2009, at 8:16 PM, Navneet Kumar wrote:

My intention was to get some general responses on two things: Memory Management in a program on SnowLeopard (strictly needed?) and the need for code signing.

Memory management is always required. You can choose between retain/ release or Garbage Collection when targeting Mac OS X. Garbage Collection is not available on the iPhone.


Even when choosing GC, it doesn't mean that memory management somehow magically disappears.

Code signing? You can sign code for desktop applications, but it isn't required. For iPhone applications, they must be signed upon submission to the app store or when deploying to the device. There is lots of information about doing so in the iPhone developer portal (http://developer.apple.com/ ).

Of course, I'll need to tackle the crash situations individually, and they are a lot.

If the app is crashing under Snow Leopard, but not under Leopard, it is most likely because of latent bugs in your code that happen to crash under Snow Leopard, but not Leopard.


b.bum

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Stability on Snow Leopard (From: Nick Rogers <email@hidden>)
 >Re: Stability on Snow Leopard (From: Kyle Sluder <email@hidden>)
 >Re: Stability on Snow Leopard (From: Navneet Kumar <email@hidden>)

  • Prev by Date: Re: NSArrayController & bindings: next hurdle.
  • Next by Date: Re: automatically send the email from code using NSWorkspace
  • Previous by thread: Re: Stability on Snow Leopard
  • Next by thread: Re: Stability on Snow Leopard
  • Index(es):
    • Date
    • Thread