Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MichaelSSY opened this issue May 7, 2024 · 2 comments
Open

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

MichaelSSY opened this issue May 7, 2024 · 2 comments

Comments

@MichaelSSY
Copy link

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
Copy link

songxing10000 commented May 21, 2024

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

@imbaTao
Copy link

imbaTao commented Jun 22, 2024

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

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

lineNumberView.clipsToBounds = true

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants