[Technical Questions] Can't run the tests - need password #96
-
In what area do you have a technical challenge?Xcode, Simulator & Previews DescriptionWhen I press command + U to run the tests (or when I click the arrow to the left of the test I want to run), I am prompted to enter my computer password. However, after typing it 7 times (for my 7 tests) and pressing "Always allow", it doesn't do anything and doesn't run the tests. What can I do? ReproductionWhen I press command + U to run the tests (or when I click the arrow to the left of the test I want to run) Expected behaviorRuns the tests Additional contextNo response Code of Conduct
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@elsa-bismuth Thank you for sharing your issue here! Seems like something went wrong with your Xcode installation or there is a significant permissions error in accessing things in, e.g., the macOS keychain. Can you try the following things to get started:
![]()
Let us know if any of these steps already help you! |
Beta Was this translation helpful? Give feedback.
@elsa-bismuth Thank you for sharing your issue here!
Seems like something went wrong with your Xcode installation or there is a significant permissions error in accessing things in, e.g., the macOS keychain.
Can you try the following things to get started:
xcode-select --install
in your terminal.Let …