Keith Smiley

Results 1359 comments of Keith Smiley

cc @segiddins who was just looking at this as well. But I think the workaround is to pass the `minimum_os_target` on each?

I think @thii has a rule for this, I'm not sure if it's public anywhere

For folks who are just interested in the case of uploading dSYMs to apple, you can use this attribute https://github.com/bazelbuild/rules_apple/blob/76752fe84ff0dc5d793033015647c78efbf41309/doc/rules-ios.md#ios_application-include_symbols_in_bundle to include `Symbols` files in the produced `.ipa` which are...

> +1 to streamlining this, I just spent at least a day getting dsyms, provisioning profiles, signing certs and etc setup with Bazel. The information is spread all over. It'd...

We do a `bazel build app` and then just `altool` to upload the IPA like https://gist.github.com/keith/5b5f61f4cc690aec403afd92aab020c3

never going to merge this but it's a useful example for ironing out upstream regressions

huh interesting. Yes it could be, it's 1 c++ file with no deps (I think)

It looks like one solution to this is to change the source in the repo I linked to change the imports and then add `.` in the `imports` build argument....

@brandjon do you have a few minutes to take a look at this? 🙏

This example in tensorflow might be useful for you https://github.com/tensorflow/tensorflow/blob/3b9214e1b049743abf76c16ed9b781f8c59c25a7/tensorflow/lite/ios/ios.bzl#L26-L80