In Xcode 7.3.1 create a new project.

Template: Cocoa Application
Language: Objective-C
Check - Create Document-Based Application
Check - Use Core Data

This is very similar to the project I am currently working on.

Profile the application using the Leaks Instrument.

The app launches and choose File > New from the main menu.

Choose Save... and sheet dialog drops drops down from the document window.

Bam! A bucket full of memory leaks. I mean it is overwhelming. I don’t remember 
it being like this.

Several leaks are from AppKit and several are from Foundation but a ton are 
from PlugInKit. All total there are 799 leaked objects. I have never heard of 
PlugInKit.

--Richard Charles


_______________________________________________

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

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

Reply via email to