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
Hello, after having updated my xcode to the latest version, I'm getting this warning. I'm using starscream in its version 4.0.0. The file is WSCompression.swift. I haven't found any fix on the internet for this. Could you help me please? This is the error:
Initialization of 'UnsafeMutablePointer' results in a dangling pointer
Implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer' produces a pointer valid only for the duration of the call to 'init(_:)'
Use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
Thank you so very much.
The text was updated successfully, but these errors were encountered:
Hello, after having updated my xcode to the latest version, I'm getting this warning. I'm using starscream in its version 4.0.0. The file is WSCompression.swift. I haven't found any fix on the internet for this. Could you help me please? This is the error:
Initialization of 'UnsafeMutablePointer' results in a dangling pointer
Implicit argument conversion from '[UInt8]' to 'UnsafeMutablePointer' produces a pointer valid only for the duration of the call to 'init(_:)'
Use the 'withUnsafeMutableBufferPointer' method on Array in order to explicitly convert argument to buffer pointer valid for a defined scope
Thank you so very much.
The text was updated successfully, but these errors were encountered: