Description
Hello,
I have many trads on my project and one of them have 19 args. It's mainly because this trad is parsed in the project and use a specific part (Don't tell me why is used like that...).
Previously i use 6.1.0 version with Pods and i want to migrate to last 7.x version with SPM but i have an error in the generated files. This files contain a call to a StringResource19
struct but it does not exist. In fact i saw that StringResource only goes to 9 so It's not possible to have more than 9 args in a trads ?
I can't change the trad so what i can do ?
var my_TO_LONG_TRADS: RswiftResources.StringResource19<String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String> { ... }
Thanks for support