Skip to content

Bazel fails if I #import <mylibrary/myheader.h> while XCode is fine with it. #306

@jcanizales

Description

@jcanizales

Bazel asks me to change

#import <mylibrary/myheader.h>

to

#import "mylibrary/myheader.h"

XCode is fine with < > though, so I'm bound to keep coding and later have bazel build fail again.

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: buguntriagedz-team-AppleDeprecated. Send to rules_apple, or label team-Rules-CPP + platform:apple

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions