Closed pjcook closed 8 months ago
+1
I created this fork and committed the above change along with fixing all the code and syntax issues in the unit tests. I couldn't actually figure out how to run the tests successfully, but at least they compile now. https://github.com/pjcook/percy-xcui-swift
Hi all, Sorry for late response. We have fixed this issue in #14. This should not be a problem now.
We are closing this issue.
The latest
lint fix
commit breaks the SDK. Instead of removing theoverride
keyword, you should have swappedoverride public func viewDidLoad() {
for
public override func viewDidLoad() {