Hi
Up until recently, StringBuilder.append(StringBuilder) worked fine in iOS.
Recently, it seems to have stopped working for iOS builds.
I found that if I changed my code to
StringBuilder.append(StringBuilder.toString())
then it worked fine.
The code in question hadn't changed for many months.
Best regards
Ian