You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.