bazelbuild / rules_apple

Bazel rules to build apps for Apple platforms.
Apache License 2.0
512 stars 269 forks source link

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

Open luispadron opened 9 months ago

luispadron commented 9 months ago

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.