swiftuilib / wrap-stack

MIT License
30 stars 9 forks source link

WVStack_Previews compilation fail under iOS 15 (Xcode 13) #3

Open andreivladmatei opened 2 years ago

andreivladmatei commented 2 years ago

I started getting the annoying "The compiler is unable to type-check this expression in reasonable time" error message with Xcode 13 beta 5.

Since iOS 15 is very close, I need to validate my application against it. Currently this framework is failing to compile with it.

The fix is easy, at least comment out the Previews until you can get a proper fix.

image
tchapi commented 1 year ago

Hi, any update on that @diegolavalledev by any chance ? 🙏🏼

trentjmorris commented 1 year ago

Same issue here. Please update the package! That previews struct is bananas. :)

Until then I'm hardcoding the logic bits into my project files, which is really not something I like to do with production apps.

Cheers.