Keith Smiley

Results 1359 comments of Keith Smiley

https://github.com/bazelbuild/rules_apple/pull/862

this type doesn't work unless the toolchain has the constraints from apple_support, which bazel cannot currently depend on

Specifically what issues are you seeing?

Interesting, looks like this was reported before as well https://github.com/bazelbuild/rules_apple/issues/737 To be sure does the framework's plist specify FMWK as the type? (based on some other cases I found of...

looks like that project is a bit too old for me to build in Xcode 12. Do you think you could provide a minimized repro case?

This is still an issue right? Just no one has had a chance to investigate yet?

Ah that's what you were referring to. I think those docs are a bit outdated, but the framework import rules are supposed to work with macOS either way. For example...

https://github.com/bazelbuild/rules_apple/pull/1540

The assumption is definitely that you shouldn't be using tulsi for building the release configuration unless you're using it to release, but I now understand from the other issue why...

Makes sense! Can you add a test?