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'm using Xcode version 9.3 (9E145) to build from Carthage.
Checkouts/OneTimePassword/Sources/Crypto.swift:33:20: error: 'deallocate(capacity:)' is deprecated: Swift currently only supports freeing entire heap blocks, use deallocate() instead
defer { macOut.deallocate(capacity: hashLength) }
^
** ARCHIVE FAILED **
The following build commands failed:
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler
CompileSwift normal arm64
(2 failures)
The text was updated successfully, but these errors were encountered:
I'm using Xcode version 9.3 (9E145) to build from Carthage.
The text was updated successfully, but these errors were encountered: