Closed haurimtonMartin closed 1 year ago
Thanks for the report! We'll be looking into it
@haurimtonMartin could you try to test with the latest release 2.0.170
@simonb-applanga sorry for the delay, I just tested the latest release and it seems the issue was fixed, thank you all for your help.
Description
After adding SwiftUI with SPM and running an existing project, string interpolation is converting the
\(value)
to%@
.Steps
%@
instead of the string valueExample
Input
"This is a test string with interpolation \(value)"
Output
This is a test string with interpolation %@