SipHash
SipHash copied to clipboard
UnsafeRawBufferPointer errors when building
I installed SipHash through BigInt 3.1 with Cocoapods and got 2 errors when building the project. I'm using XCode 9.2, deployment target is ios11.2 (Swift 4).
! Cannot invoke initializer for type 'UnsafeRawBufferPointer' with an argument list of type '(rebasing: Slice<UnsafeRawBufferPointer>)'
! Value of type 'UnsafeMutableRawBufferPointer' has no member 'copyMemory'


I both cleaned my build folder (Cmd+Shift+K) and did again a pod install but the issue persists.
I got the same error on Xcode 9.1, Swift 4. Installed SipHash via BigInt and getting those errors. Any update on this @romain64 ?
Hi, I'm having the exact same problem. Is there any way to avoid this error?
I got same error, can you tell me how I can fix this problem ? My Xcode version is 9.2. Thanks!
I have gotten the same error. Can anyone shed some light on how to fix this?
Any updates regarding this issue?