Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Fixed automatic view capture bugs #155

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Fix swiftlint issues

9a17e0a
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Draft

[WIP] Fixed automatic view capture bugs #155

Fix swiftlint issues
9a17e0a
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Dec 27, 2024 in 0s

Xcode test results

Build Summary

Emitting module for EmbraceCoreTests
error: Swift Compiler Error: Method does not override any method from its superclass
error: Swift Compiler Error: Method does not override any method from its superclass
error: Swift Compiler Error: Method does not override any method from its superclass
error: Swift Compiler Error: Method does not override any method from its superclass
error: Swift Compiler Error: Method does not override any method from its superclass
error: Swift Compiler Error: Method does not override any method from its superclass

embrace-apple-sdk/Tests/EmbraceCoreTests/Capture/UX/View/MockUIViewControllerHandler.swift:22:19: error: method does not override any method from its superclass
    override func onViewDidLoadStart(_ vc: UIViewController) {
    ~~~~~~~~      ^
embrace-apple-sdk/Tests/EmbraceCoreTests/Capture/UX/View/MockUIViewControllerHandler.swift:27:19: error: method does not override any method from its superclass
    override func onViewDidLoadEnd(_ vc: UIViewController) {
    ~~~~~~~~      ^
embrace-apple-sdk/Tests/EmbraceCoreTests/Capture/UX/View/MockUIViewControllerHandler.swift:32:19: error: method does not override any method from its superclass
    override func onViewWillAppearStart(_ vc: UIViewController) {
    ~~~~~~~~      ^
embrace-apple-sdk/Tests/EmbraceCoreTests/Capture/UX/View/MockUIViewControllerHandler.swift:37:19: error: method does not override any method from its superclass
    override func onViewWillAppearEnd(_ vc: UIViewController) {
    ~~~~~~~~      ^
embrace-apple-sdk/Tests/EmbraceCoreTests/Capture/UX/View/MockUIViewControllerHandler.swift:42:19: error: method does not override any method from its superclass
    override func onViewDidAppearStart(_ vc: UIViewController) {
    ~~~~~~~~      ^
embrace-apple-sdk/Tests/EmbraceCoreTests/Capture/UX/View/MockUIViewControllerHandler.swift:47:19: error: method does not override any method from its superclass
    override func onViewDidAppearEnd(_ vc: UIViewController) {
    ~~~~~~~~      ^

Compiling EmbraceCrashReporterTests.swift

Annotations

Check failure on line 22 in embrace-apple-sdk/Tests/EmbraceCoreTests/Capture/UX/View/MockUIViewControllerHandler.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

error

Method does not override any method from its superclass

Check failure on line 27 in embrace-apple-sdk/Tests/EmbraceCoreTests/Capture/UX/View/MockUIViewControllerHandler.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

error

Method does not override any method from its superclass

Check failure on line 32 in embrace-apple-sdk/Tests/EmbraceCoreTests/Capture/UX/View/MockUIViewControllerHandler.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

error

Method does not override any method from its superclass

Check failure on line 37 in embrace-apple-sdk/Tests/EmbraceCoreTests/Capture/UX/View/MockUIViewControllerHandler.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

error

Method does not override any method from its superclass

Check failure on line 42 in embrace-apple-sdk/Tests/EmbraceCoreTests/Capture/UX/View/MockUIViewControllerHandler.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

error

Method does not override any method from its superclass

Check failure on line 47 in embrace-apple-sdk/Tests/EmbraceCoreTests/Capture/UX/View/MockUIViewControllerHandler.swift

See this annotation in the file changed.

@github-actions github-actions / Test Results

error

Method does not override any method from its superclass