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

Without this, when building for real devices, Xcode will still try to sign the application.

cla: yes

![image](https://user-images.githubusercontent.com/17869361/85513062-365bf080-b62d-11ea-8477-99baa18ddfb6.png) This is the selected folder ![image](https://user-images.githubusercontent.com/17869361/85511761-b5502980-b62b-11ea-95ea-2a337bc90f02.png) The blue folder is one of the missing source file that i have manually added. Why missing these files?

![image](https://user-images.githubusercontent.com/17869361/85357208-616a1580-b543-11ea-9388-308cf18a9703.png) How to pass the flag by tulsi?

In trying to understand why LLDB doesn't stop on all breakpoints I set in a few of our projects (mostly 100% Objective-C), and it seems like passing `--apple_generate_dsym` as a...

I generated a simple ios project with tulsi. I have a single `main.swift` file, and put a breakpoint in it. The debugger doesn't stop on this breakpoint, but the debugger...

## Description Files added from the Xcode source tree generated by tulsi are added to the project root. I've found the same issue reported in the past. Of course, I...

Tulsi tries to gracefully exit on SIGINT it receives from Xcode when the user stop the build. This oftentimes makes the next build stuck at waiting for the previous build...

Example: Given `swift_copts = ["-Xcc", "-IDir1", "-Xcc", "-IDir2"]`, `Dir1` and `Dir2` are added to the Swift Import Paths, but those `-Xcc`s are left over and are added to Other Swift...

I have a Bazel-based project that correctly builds from the command line. However, Tulsi seems unable to generate an Xcode project. I compiled Tulsi with both Xcode 11.3.1 and Xcode...

Using Tulsi to build the Xcode project for the very simple bazel project attached to this issue, when I build & run the app in Xcode, it fails with this...