tulsi icon indicating copy to clipboard operation
tulsi copied to clipboard

An Xcode Project Generator For Bazel

Results 81 tulsi issues
Sort by recently updated
recently updated
newest added

Indexing targets still need to have their normal module names or they won't build properly, but tulsi uses mangled module names with _idx at the start

![image](https://user-images.githubusercontent.com/14286720/121185421-a2645280-c898-11eb-9229-7d0b985f98aa.png)

The application cannot be opened for an unexpected reason, error=Error Domain=NSOSStatusErrorDomain Code=-10827 "kLSNoExecutableErr: The executable is missing" UserInfo={_LSLine=3665, _LSFunction=_LSOpenStuffCallLocal}

If a `swift_library` depends on a `apple_static_framework_import`, the idx target properly gets the framework's containing directory added to `FRAMEWORK_SEARCH_PATHS`, but it also gets an unnecessary `-fmodule-map-file` entry in `OTHER_SWIFT_FLAGS` (like...

I am a big fan of jetbrains product line, I am already using intellij/clion/androidstudio for different purposes, I really want to use appcode for my ios development. Here's the big...

![Uploading image.png…]() It hangs forever

Hello I am trying to generate the Xcode project for the Apple rules `HelloWorldSwift` example: https://github.com/bazelbuild/rules_apple/tree/master/examples/ios/HelloWorldSwift But I am getting this error: Unsupported target type: ios_application (target //examples/ios/HelloWorldSwift:HelloWorldSwift) I tried...

Hello! I've been experimenting with Tulsi for Swift CLI tooling development, and I noticed that it doesn't currently support [swift_test](https://github.com/bazelbuild/rules_swift/blob/9d472c1a0124a2f06ee234ce64fa174cba0637c9/swift/swift.bzl#L81) targets. Although there is a workaround (described below), it would...

I loaded `MediaPipe.tulsiproj` referring to the following, but at that moment, tulsi.app crashes... https://github.com/google/mediapipe/blob/master/mediapipe/docs/mediapipe_ios_setup.md `Process: Tulsi [98883] Path: /Users/USER/*/Tulsi.app/Contents/MacOS/Tulsi Identifier: com.google.Tulsi Version: 0.20200219.88 (0.20200219.88) Code Type: X86-64 (Native) Parent Process:...

Bazel [allows][1] some of the `\W` characters in the label name, which will be percent-encoded in the build event stream. The BES parser is not decoding those percent-encoded characters ATM:...