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
{{ message }}
This repository was archived by the owner on Jan 13, 2022. It is now read-only.
I am testing FBSnapshot for adjusting our project.
I found an issue about setting Edit Scheme on Xcode9.
When I set the path with $(PROJECT_NAME), the testing is always fail without creating recording images.
/Users/gibong.kim.ts/Downloads/RxSwiftSignup/RxSwiftSignupTests/UITest.swift:28: error: -[RxSwiftSignupTests.UITest testExample] : failed - Test ran in record mode. Reference image is now saved. Disable record mode to perform an actual snapshot comparison!
deinit SignUpViewController
So I've set paths without $(PROJECT_NAME). It is working well.
I don't understand why it is not working.
I think it is better to check this issue or modify about setting path of Edit Scheme in README.md file.
Hello.
I am testing FBSnapshot for adjusting our project.
I found an issue about setting
Edit Schemeon Xcode9.When I set the path with
$(PROJECT_NAME), the testing is always fail without creating recording images.So I've set paths without
$(PROJECT_NAME). It is working well.I don't understand why it is not working.
I think it is better to check this issue or modify about setting path of
Edit Schemein README.md file.