SipHash icon indicating copy to clipboard operation
SipHash copied to clipboard

UnsafeRawBufferPointer errors when building

Open romain64 opened this issue 7 years ago • 5 comments

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'

capture d ecran 2018-08-12 a 13 24 29

capture d ecran 2018-08-12 a 13 23 56

I both cleaned my build folder (Cmd+Shift+K) and did again a pod install but the issue persists.

romain64 avatar Aug 12 '18 12:08 romain64

I got the same error on Xcode 9.1, Swift 4. Installed SipHash via BigInt and getting those errors. Any update on this @romain64 ?

Donato-yi avatar Aug 28 '18 03:08 Donato-yi

Hi, I'm having the exact same problem. Is there any way to avoid this error?

ganchiku avatar Sep 21 '18 10:09 ganchiku

I got same error, can you tell me how I can fix this problem ? My Xcode version is 9.2. Thanks!

leiyang2015 avatar Sep 28 '18 14:09 leiyang2015

I have gotten the same error. Can anyone shed some light on how to fix this?

FanisaKim avatar Jan 09 '19 08:01 FanisaKim

Any updates regarding this issue?

JanikBot avatar Mar 04 '19 12:03 JanikBot