An Tran
An Tran
Any update on this issue? We are seeing this issue too with Xcode Version 11.1 (11A1027). We don't use Cocoapod but Carthage.
I don't think AVFoundation works directly in SwiftUI, so no need to rewrite everything in SwiftUI. I'll take a look at this and will make a PR if I can...
I ended up writing my own simple SwiftUI wrapper for AVFoundation.
@EmbeddedDevops1 can you help to take a look at this MR and let me know if anything is missing?
@EmbeddedDevops1 iOS unit tests will require iOS Simulators. So it's not possible to run it inside Docker unfortunately. Yes, it will require macOS host with Xcode IDE installed.
@andsimakov can you help to run the ./slather.sh command in shell directly to see if it can generate cobertura coverage report?
@andsimakov thanks for making effort to run the xcodebuild directly. The command is failing obviously due to missing simulator runtime. Let me add change some code to auto select a...