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

Fixed build using Xcode 10 beta 1 #231

Merged
merged 2 commits into from
Jun 5, 2018
Merged

Commits on Jun 5, 2018

  1. Fixed build using Xcode 10 beta 1

    third_party/objective_c/google_api_objectivec_client_for_rest/Source/Objects/GTLRObject.m:405:28: error: implicit conversion from nullable pointer 'NSString * _Nullable' to non-nullable pointer type 'id _Nonnull' [-Werror,-Wnullable-to-nonnull-conversion]
              [array addObject:@(propName)];
                               ^
    jpoumailloux committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    61427bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    828ff96 View commit details
    Browse the repository at this point in the history