-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Description
clone the master branch, run pod install
[!] Unable to find a target named `LibSignalProtocolSwift iOS`, did find `SignalProtocol iOS`, `SignalProtocol macOS`, `SignalProtocol tvOS`, `SignalProtocol watchOS`, and `SignalProtocol Tests`.
Other compile error, UnsafeMutableRawPointer allocate and deallocate can not compile on Xcode 9.2
should use this
let ptr = UnsafeMutableRawPointer.allocate(bytes: dataLength, alignedTo: MemoryLayout<UInt8>.alignment)
defer { ptr.deallocate(bytes: dataLength, alignedTo: MemoryLayout<UInt8>.alignment) }