I had this little problem with C# and I discovered that if you have this problem (in my case in C#, Unity and ex2D Sprite Fonts) you can Unescape your string using: System.Text.RegularExpressions.Regex.Unescape and bang! Problem solved.
Category archives: Hints
App crashing after Xcode Run command
lockdownd[26] <Error>: libMobileGestalt computeUniqueDeviceID: total time for bb to return imei: 0 I was getting this message when I was trying to deploy a Unity3D game to my iPad, after some research I discovered that what was causing this crash (just after the app was installed on my device, at the splash screen) was the …