-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
First of all, thanks for your efforts creating this package, I was able to transfer it into swift 4 and deploy it after fixing all the issue. but only one issue remained with a single line of code :
here is the code that gives the error inside Representations.swift file:
return withUnsafePointer(to: ©OfValue) {
Array(UnsafeBufferPointer(start: UnsafePointer($0), count: totalBytes)).reverse()
}
and here is the error
Type of expression is ambiguous without more context
Metadata
Metadata
Assignees
Labels
No labels