stephencelis / SQLite.swift

A type-safe, Swift-language layer over SQLite3.
MIT License
9.73k stars 1.57k forks source link

'UnsafeRawBufferPointer' is not convertible to 'UnsafePointer<_>' #914

Closed RockyQu closed 5 years ago

RockyQu commented 5 years ago

I used this integration to report this error.

use xcode 10.1 ,swift 4.2

Vuong-Dao commented 5 years ago

Yes. I got the same issue.

sburlewapg commented 5 years ago

Is this the case in Data.datatypeValue in Foundation.swift? If so, #902 fixed this issue.

Vuong-Dao commented 5 years ago

Is this the case in Data.datatypeValue in Foundation.swift? If so, #902 fixed this issue.

Hi. Could you check it again? I used the latest update. But the issue is still there

RockyQu commented 5 years ago

@Vuong-Dao Xcode upgrade to the latest, using 0.12.0 this version, no more error

ypopovych commented 5 years ago

Seems as fixed in the new version

Suresh-Alangat commented 4 years ago

This version didn't solve my issue. Shows the same in 0.12.0 also