-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Missing SCNReachability in Test Bundle #6413
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
The test passes if commented out because the linker strips unused symbols. Can you try adding SystemConfiguration.framework to the Link Binary with Libraries part of your test target's Build Phases? |
It does build when adding it. Thank you. |
Closing this issue since it seems to be resolved, let me know if you need any more help. |
Step 0: Are you in the right place?
file a Github issue.
with the
firebase
tag.google group.
of the above categories, reach out to
Firebase Support.
this repository, please delete this section.
[REQUIRED] Step 1: Describe your environment
[REQUIRED] Step 2: Describe the problem
When running the test bundle I get:
The project runs fine, but the test bundle will fail if a specific combination of files is used.
Steps to reproduce:
I'm not sure of the steps, but I have an example project. Where it occurs.
https://github.com/ryantstone/Firebase-Bug-Example
If a single test is commented out (
ConvertTests.test_timeToPickerValue_convertsHoursAndMinutes_toNativePickerData
) the test suite will build and run, but if that test is in it will fail.Steps to reproduce are in the Readme in the repo.
The text was updated successfully, but these errors were encountered: