Keith Smiley

Results 1359 comments of Keith Smiley

Do you have a full Xcode installation installed? What's the output of `xcodebuild -version`?

Most folks are using intel. Do you still see this?

I don't recall at this point. We definitely use rules_foreign_cc in envoy targeting android, so it works at least in some cases

Interestingly I have a test over here with the new NDK infra https://github.com/bazelbuild/rules_android_ndk/pull/24 that fails with this same issue, but the same test works fine with the bazel core NDK...

What version of Xcode are you using? Do you not have a `python3` executable there? `'/Applications/Xcode.app/Contents/Developer/usr/bin/python3` Have you opened Xcode and accepted the license agreements? Make sure `xcode-select -p` shows...

Definitely possible, we have some internal tooling for this use case and added support in SwiftLint for these files in some cases too

Thanks! I have to admit we're not using this in prod today, but I will try and find some time to contribute here!

I don't see this issue locally, can you checkout https://github.com/bazelbuild/bazel/issues/13855 and see if this fixes your issue