haren724 / wallpaper-player-mac

A powerful open source live wallpaper app for mac
https://docc.haren724.top
GNU General Public License v3.0
383 stars 34 forks source link

View太长导致编译器无法类型转换 #17

Open ZephyrKeXiner opened 1 year ago

ZephyrKeXiner commented 1 year ago

错误 在macOS 13上编译WallpaperExplorer时出现 The compiler is unable to type-check this expression in reasonable time; try breaking up the expression into distinct sub-expressions

重现过程 重现触发bug的步骤:

  1. 进入 'Open Wallpaper Engine/ContentView/Components/WallpaperExplorer.swift'
  2. 进行编译
  3. 错误出现在第25行

预期行为 编译顺利通过

屏幕截图

FE13A9409A44E7E5C34451498E0CD20E

操作系统

Xcode系统

haren724 commented 1 year ago

收到你的反馈,预计未来将会在分支 performance-optimization 中解决这个问题

这个Issue将会保持Open 直到问题得到彻底解决