rules_apple
rules_apple copied to clipboard
generated .ipa path
rules_apple tag = "0.21.1" I noticed after executing "bazel build //mypath:myapp" it print something like: Target "my app target" is up-to-date: bazel-out/applebin_ios-ios_x86_64-dbg-ST-50603ff4af65/mypath/myapp.ipa
I searched for bazlerules , but I couldn't find where "ST-50603ff4af65" came from
That's a configuration identifier generated by bazel itself
Also see https://github.com/bazelbuild/bazel/issues/12389
We should document common approaches to this since it comes up a lot