Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.8.1 not building with Xcode 13 #415

Closed
jimmya opened this issue Oct 18, 2021 · 2 comments
Closed

Release 2.8.1 not building with Xcode 13 #415

jimmya opened this issue Oct 18, 2021 · 2 comments
Labels
bug A bug in Periphery

Comments

@jimmya
Copy link

jimmya commented Oct 18, 2021

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:

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.

@ileitch
Copy link
Contributor

ileitch commented Oct 25, 2021

Thanks for reporting, I will release a new version soon. BTW Mint is no longer supported, it likely won't work once this issue is resolved: #399

@ileitch ileitch added the bug A bug in Periphery label Oct 25, 2021
@ileitch
Copy link
Contributor

ileitch commented Nov 6, 2021

Just released 2.8.2, please give it a try.

@ileitch ileitch closed this as completed Nov 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug in Periphery
Projects
None yet
Development

No branches or pull requests

2 participants