[Technical Questions] Run custom command errors in Github when no build errors locally #174
Unanswered
Priyankas007
asked this question in
Technical Questions
Replies: 1 comment 4 replies
-
Hi @Priyankas007, can you link the PR here? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In what area do you have a technical challenge?
Xcode, Simulator & Previews
Description
When submitting a PR I get the following build errors. There are no build errors when testing locally.

Additionally, upon inspection of the lines in question in the error I don't see a "T" parameter nor so I see why LabResultsManager wouldn't be in scope given the following code. I have already tried cleaning cache and resubmitting the failed runs multiple times.
Line 25 is shown below.
@Environment(LabResultsManager.self) private var labResultsManager
Reproduction
Submit a PR on github.
Expected behavior
PR should build successfully on Github as it does locally.
Additional context
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions