SwiftData icon indicating copy to clipboard operation
SwiftData copied to clipboard

compatible with Swift5 and Data conversion issue fixed.

Open shraza opened this issue 5 years ago • 0 comments

Data insertion was causing a crash at line number 1307 Data conversion was not in the hex string format and converted string was something like this "{ length = someLength, bytes= dataBytes}" so when this code "X'(newStr)'" executes it leads to a crash because it has some not allowed characters in the string

shraza avatar Oct 31 '19 07:10 shraza