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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to