"Month 13 is out of bounds" on app launch indicates framework is broken

Originator:christian.tietze
Number:rdar://35792221 Date Originated:2017-12-01
Status:Closed Resolved:Duplicate of 34800031
Product:Xcode / Cocoa framework Product Version:
Classification:Bug Reproducible:Always
 
Summary:

Whenever you launch an app since today, Dec. 1st 2017, the message "Month 13 is out of bounds" is printed to the console, indicating something is broken on the inside.

Note that the message is emitted before NSApplicationDelegate.applicationWillFinishLaunching(_:) is called, which I verified by setting a breakpoint.


Steps to Reproduce:

- Create empty macOS Cocoa app template
- Launch

Expected Results:

The app would start, no console output shown.

Actual Results:

The app starts, but the console prints "Month 13 is out of bounds".

Version/Build:

Version 9.1 (9B55)

Comments

Looking at the system console output, this message is all over the place.

By christian.tietze at Dec. 1, 2017, 8 a.m. (reply...)

Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!