Mohammad Alatrash
Mohammad Alatrash
We are facing the same crash on Xcode 12 beta 5 and it's occurring more often.
I'm getting this error when running unit tests on Xcode 12, it seems to be related to the same issue: ```xcodebuild[7310:6778098] [MT] DVTAssertions: ASSERTION FAILURE in /Library/Caches/com.apple.xbs/Sources/IDEFrameworks/IDEFrameworks-17219/IDEFoundation/ProjectModel/Containers/IDEContainer.m:580 Details: Error: Mismatch...
Hey man, I like what you have done with this library! but did you manage to finish the buffer concept? can't wait to see it working!
same here! also is it working with storyboard?
yes that's right @nalexn, I'm referring to the rerender caused by setting the same values to the @State. specifically am talking about this `func onSet` ```swift extension Binding { typealias...
Thanks, I'll test it and let you know.
@nalexn it's not working, to help you understand more about the issue I made [this project](https://github.com/mohammad19991/SwiftUI-Clean-Arch) to demonstrate the issue, there are 2 branches the first one is the `main`...
Another concern I would mention that having two `Routing`s one local and another on in `AppState` this means we have two source of truth maybe it would be better just...
but for me it still not clear what needs to be done, for example I created `ProfileRIB` and now I want to add it to my `TabBarController`: ```swift let builder...