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 am facing a issue where one single project is hosting two target one for iOS and one for AppleTV,
Both have respective test targets i.e. (MyiOSTests, MyTvOSTests), in both of them the set of files i want to mock are different and the set of testable imports i want to have are different.
I have tried two variants of config toml
first assuming the later part to the module. is a xcode test target which is being built.
Though I think your second solution should work just as well, only defining the import and sources manually, I don't really understand what's wrong with it.
I am facing a issue where one single project is hosting two target one for iOS and one for AppleTV,
Both have respective test targets i.e. (MyiOSTests, MyTvOSTests), in both of them the set of files i want to mock are different and the set of testable imports i want to have are different.
I have tried two variants of config toml
first assuming the later part to the
module.
is a xcode test target which is being built.second assuming the later part to the
module.
is a xcode target which is being built.I feel the later part to
module.
but in that case how can i set testableImports differently for both the test targets ?Project Name: My.xcodeproj
iOS Target Name: MyiOS
iOS Test Target Name: MyiOSTests
tvOS Target Name: MyTvOS
tvOS Test Target Name: MyTvOSTests
The text was updated successfully, but these errors were encountered: