vvkeep / JSONConverter

🔥 🔥 🔥 Powerful and beautiful JSON-to-model MacOS app, supports multiple development languages and popular third-party libraries, flexible custom configuration options to meet a variety of individual needs
https://github.com/vvkeep/JSONConverter
BSD 3-Clause "New" or "Revised" License
947 stars 149 forks source link

Xcode 15.3 运行报错,页面一片空白 #43

Open MichaelSSY opened 2 months ago

MichaelSSY commented 2 months ago

FAULT: <NSRemoteView: 0x14a947ae0 com.apple.TextInputUI.xpc.CursorUIViewService TUICursorUIViewService> determined it was necessary to configure <TUINSWindow: 0x14a909850> to support remote view vibrancy

image

image
songxing10000 commented 2 months ago

我也遇到了,但是xcode看三维图就有字在上面。需要自己下载源码,调整下就ok了

imbaTao commented 1 month ago

需要改两个位置 1.MainViewController里,注释setupUI第一行。 // bottomToolBar.backgroundColor = NSColor(named: "LineColor")

2.去NSTextView+LineNumberRulerView拓展里setUpLineNumberView函数,添加一行lineNumberView.clipsToBounds = true。

lineNumberView.clipsToBounds = true