Skip to content
This repository was archived by the owner on Jul 20, 2020. It is now read-only.

compatible with Swift5 and Data conversion issue fixed. #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

shraza
Copy link

@shraza shraza commented Oct 31, 2019

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

Data insertion was causing a crash at line number 1307
Copy link

@moizirshad moizirshad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code is working fine on Swift 5, iOS 13, XCode 11.
Good work.
Appreciated (Y)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants