You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I keep getting this error whenever I have multiple documents auto-open on app launch using ARC:
Warning: NSBundle NSBundle </Users/Shaun/Library/Developer/Xcode/DerivedData/redacted-edafojbpmvjdhtddphiimoumkrow/Build/Products/Debug/redacted/Contents/Resources/redacted.momd> (not yet loaded) was released too many times. For compatibility, it will not be deallocated, but this may change in the future. Set a breakpoint on __NSBundleOverreleased() to debug
When I set the breakpoint, it triggers on line 128 of BSManagedDocument.m:
I keep getting this error whenever I have multiple documents auto-open on app launch using ARC:
When I set the breakpoint, it triggers on line 128 of BSManagedDocument.m:
The text was updated successfully, but these errors were encountered: