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
Could you please release a new version from the current state of master?
I'm using Mint to install Periphery, that will build it from scratch. When building the 2.8.1 tag I get this error:
periphery/.build/checkouts/xcodeproj/Sources/XcodeProj/Extensions/Path+Extras.swift:30:18: error: value of optional type 'UnsafeMutablePointer<CChar>?' (aka 'Optional<UnsafeMutablePointer<Int8>>') must be unwrapped to a value of type 'UnsafeMutablePointer<CChar>' (aka 'UnsafeMutablePointer<Int8>')
free(cPattern)
^
periphery/.build/checkouts/xcodeproj/Sources/XcodeProj/Extensions/Path+Extras.swift:30:18: note: coalesce using '??' to provide a default when the optional value contains 'nil'
free(cPattern)
^
?? <#default value#>
periphery/.build/checkouts/xcodeproj/Sources/XcodeProj/Extensions/Path+Extras.swift:30:18: note: force-unwrap using '!' to abort execution if the optional value contains 'nil'
free(cPattern)
^
!
[21/27] Compiling XcodeProj Errors.swift
With the current state of master it works just fine.
The text was updated successfully, but these errors were encountered:
Hi!
Could you please release a new version from the current state of master?
I'm using Mint to install Periphery, that will build it from scratch. When building the 2.8.1 tag I get this error:
With the current state of master it works just fine.
The text was updated successfully, but these errors were encountered: