Justin
06/15/2020, 8:00 PMcom.intellij.execution.ExecutionException: No configuration for executable=KonanExecutableBase(targetType=ios_x64, targetName=iOSSim, executableName=test, projectPrefix=:flowdriver:)
at com.jetbrains.mpp.debugger.GradleLLDBBackend.binaryConfiguration(GradleLLDBBackend.kt:21)
at com.jetbrains.mpp.debugger.GradleLLDBBackend.binaryConfiguration(GradleLLDBBackend.kt:16)
at com.jetbrains.mpp.debugger.LLDBBackendBase.debugConfigurationSettings(LLDBBackendBase.kt:95)
at com.intellij.openapi.externalSystem.service.execution.ForkedDebuggerThread.handleForkedProcessSignal(ForkedDebuggerThread.java:143)
at com.intellij.openapi.externalSystem.service.execution.ForkedDebuggerThread.run(ForkedDebuggerThread.java:102)
Notably, when I tried to run these tests the first time, an Xcode dialog popped up asking for my password to give permission for xcrun
(or something like that) and I accidentally clicked cancel and dismissed the prompt.
Is it possible that I need to somehow reset that prompt so I can enter my password and fix this?Kirill Shmakov [JB]
06/16/2020, 8:09 AMJustin
06/16/2020, 10:14 PMKirill Shmakov [JB]
06/18/2020, 11:00 AM