🐶 Brief
After preliminary attempt, I realize that the crash, which was a reason I decided to drop OS 10.11 before, is the macOS bug.
Technically, NSTextView must be hold as a strong reference because legacy bug in OS 10.11. As a result, it crashes as soon as start the app.
Ref: https://stackoverflow.com/a/27671109/3127477
👑 Criteria
🐶 Brief
After preliminary attempt, I realize that the crash, which was a reason I decided to drop OS 10.11 before, is the macOS bug.
Technically, NSTextView must be hold as a strong reference because legacy bug in OS 10.11. As a result, it crashes as soon as start the app.
Ref: https://stackoverflow.com/a/27671109/3127477
👑 Criteria