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

Conditionally use deprecated signature for initWithContentsOfURL #8068

Closed
wants to merge 2 commits into from

Conversation

sayrer
Copy link
Contributor

@sayrer sayrer commented Apr 16, 2019

Homebrew's CI is breaking on 10.12 (Sierra), for Bazel 0.24+ due to the signature used for NSDictionary:initWithContentsOfURL introduced in the fix for #7371.

This signature with an error parameter is only available on 10.13+ (High Sierra). Here's Apple's documentation: https://developer.apple.com/documentation/foundation/nsdictionary/1416069-initwithcontentsofurl?language=objc

The Homebrew issue:
Homebrew/homebrew-core#38651

@sayrer
Copy link
Contributor Author

sayrer commented Apr 17, 2019

@keith @aragos @sergiocampama ^^

@jin jin added the z-team-Apple Deprecated. Send to rules_apple, or label team-Rules-CPP + platform:apple label Apr 19, 2019
@bazel-io bazel-io closed this in 231270c Apr 19, 2019
@sayrer sayrer deleted the fix_homebrew_bazel_sierra branch April 19, 2019 15:48
dkelmer pushed a commit that referenced this pull request Apr 25, 2019
Homebrew's CI is breaking on 10.12 (Sierra), for Bazel 0.24+ due to the signature used for NSDictionary:initWithContentsOfURL introduced in the fix for #7371.

This signature with an error parameter is only available on 10.13+ (High Sierra). Here's Apple's documentation: https://developer.apple.com/documentation/foundation/nsdictionary/1416069-initwithcontentsofurl?language=objc

The Homebrew issue:
Homebrew/homebrew-core#38651

Closes #8068.

PiperOrigin-RevId: 244357959
dkelmer pushed a commit that referenced this pull request Apr 25, 2019
Homebrew's CI is breaking on 10.12 (Sierra), for Bazel 0.24+ due to the signature used for NSDictionary:initWithContentsOfURL introduced in the fix for #7371.

This signature with an error parameter is only available on 10.13+ (High Sierra). Here's Apple's documentation: https://developer.apple.com/documentation/foundation/nsdictionary/1416069-initwithcontentsofurl?language=objc

The Homebrew issue:
Homebrew/homebrew-core#38651

Closes #8068.

PiperOrigin-RevId: 244357959
dkelmer pushed a commit that referenced this pull request Apr 25, 2019
Homebrew's CI is breaking on 10.12 (Sierra), for Bazel 0.24+ due to the signature used for NSDictionary:initWithContentsOfURL introduced in the fix for #7371.

This signature with an error parameter is only available on 10.13+ (High Sierra). Here's Apple's documentation: https://developer.apple.com/documentation/foundation/nsdictionary/1416069-initwithcontentsofurl?language=objc

The Homebrew issue:
Homebrew/homebrew-core#38651

Closes #8068.

PiperOrigin-RevId: 244357959
dkelmer pushed a commit that referenced this pull request Apr 29, 2019
Homebrew's CI is breaking on 10.12 (Sierra), for Bazel 0.24+ due to the signature used for NSDictionary:initWithContentsOfURL introduced in the fix for #7371.

This signature with an error parameter is only available on 10.13+ (High Sierra). Here's Apple's documentation: https://developer.apple.com/documentation/foundation/nsdictionary/1416069-initwithcontentsofurl?language=objc

The Homebrew issue:
Homebrew/homebrew-core#38651

Closes #8068.

PiperOrigin-RevId: 244357959
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes z-team-Apple Deprecated. Send to rules_apple, or label team-Rules-CPP + platform:apple
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants