Posts

Post not yet marked as solved
0 Replies
244 Views
Hi all, I'm looking for a way to get test coverage for the Swift APIs that don't have explicit implementations (e.g., properties, enum cases, type names, protocols, etc). Specifically, to understand whether they are used during execution or not. It looks like Xcode 14 skips all mentioned Swift constructs in the coverage report both in Xcode UI and in the .xccov file produced from .xcresult. Is there any way to get it?
Posted
by ylapitsky.
Last updated
.
Post not yet marked as solved
1 Replies
672 Views
Hello,I've tried the latest Xcode 11 Beta 7 to work with CarPlay Simulator and apparently there is no events coming (like AppDelegate application:didConnectCarInterfaceController:toWindow). Just in case the same code works with Xcode 10.2.1. Is it a known issue or I need to change something?Thanks in advance.Yury
Posted
by ylapitsky.
Last updated
.