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

Avoid SIGABORT with Xcode 9 #290

Merged
merged 1 commit into from
Nov 20, 2017
Merged

Commits on Nov 20, 2017

  1. Bump dependencies to avoid SIGABORT with Xcode 9

    xcodeproj-1.1.0 was using a private framework from within Xcode.app
    bundle to generate the xcodeproj (using ffi to call Apple's private
    C/ObjC library). That private framework was updated in Xcode 9 and
    its API has changed, leading to a SIGABORT during the ffi call if
    Xcode 9 was xcode-select'd.
    
    More recent versions of xcodeproj fixed that problem by not relying
    on that private framework anymore, using the nanaimo gem instead
    Olivier Halligon committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    315ad67 View commit details
    Browse the repository at this point in the history