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
I noticed that ExpectThunk is only available as a Pod subspec.
Since I don't use CocoaPods, I'm stuck with copying the file. I wonder if it makes sense to add another framework target, e.g. ReSwiftThunkTesting, that exports this type. The RxSwift package is split into RxTesting and all the RxSwift parts as well, and sharing the scheme produces another framework that you can use during tests.
The text was updated successfully, but these errors were encountered:
I noticed that ExpectThunk is only available as a Pod subspec.
Since I don't use CocoaPods, I'm stuck with copying the file. I wonder if it makes sense to add another framework target, e.g.
ReSwiftThunkTesting
, that exports this type. The RxSwift package is split into RxTesting and all the RxSwift parts as well, and sharing the scheme produces another framework that you can use during tests.The text was updated successfully, but these errors were encountered: