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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello.
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.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.The text was updated successfully, but these errors were encountered: