Ivan Carracedo Asensio
12/28/2023, 5:52 PMskie {
features {
group {
co.touchlab.skie.configuration.FlowInterop.Enabled(true)
}
}
}
I get the message in Xcode while building: Command PhaseScriptExecution failed with a nonzero exit code…. Without any log… Is there anything I’m missing?
Thanks in advanceFilip Dolník
01/02/2024, 9:13 AMlinkDebug....
(for example: linkDebugFrameworkIosArm64
) and will be located in the module where you applied SKIE. Depending on your setup there might be more tasks with this name - it shouldn’t matter which one we try first.
To get a full stacktrace you need to append --stacktrace
argument to the command.Ivan Carracedo Asensio
01/05/2024, 9:37 PM