You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ With that lib you could build UI in SwiftUI-like way for iOS9 and higher! 😺
23
23
Support this lib by giving a ⭐️!
24
24
25
25
# KNOWN ISSUE
26
+
**UPD: works well since Swift 5.2!**
26
27
27
28
⚠️ don't use Xcode 11.2 and 11.3 because of its compiler bug which is showing `Type of expression is ambiguous without more context` in function builders if expression is long while the same code compiles just fine with simple `swift build` in console. Use Xcode 11.1 cause there everything compiles fine. Hope this issue will be fixed([please vote for this issue here](https://bugs.swift.org/browse/SR-11694)).
0 commit comments