rules_apple icon indicating copy to clipboard operation
rules_apple copied to clipboard

`macos_application` fails to run if name ends with `.app`

Open luispadron opened this issue 1 year ago • 0 comments

Given a macos_application with a name = "Foo.app", when running bazel run //:Foo.app it will fail.

I ran the script it creates to run the app and noticed:

[1]    90093 killed     ./bazel-bin/Foo.app

It looks like .app gets handled differently by the OS when used as an extension.

luispadron avatar Feb 02 '24 01:02 luispadron