tokopedia / RxComposableArchitecture

RxComposableArchitecture is a forked of Composable Architecture with adjustment to make it work with UIKit.
Apache License 2.0
31 stars 5 forks source link

TestSupport only in DEBUG, use XCTestDynamicOverlay 0.2.1 #17

Closed jeffersonsetiawan closed 2 years ago

jeffersonsetiawan commented 2 years ago

Fix warning

Reference to property 'longLivingEffects' in closure requires explicit use of 'self' to make capture semantics explicit; this is an error in Swift 6

in xcode 13.4

Screen Shot 2022-06-03 at 12 56 21

Use XCTestDynamicOverlay 0.2.1 instead of main branch

Adding IF DEBUG on every TestSupport