rules_xcodeproj
rules_xcodeproj copied to clipboard
Feature Request: AppCode Support
I am not certain how much lift this would be, but rules_xcodeproj generally doesn't function 100% in AppCode.
A few issues and observations:
- AppCode does not recognize schemes
- Custom LLDB init files for Bazel/rules_xcodeproj are pulled in via Schemes
- AppCode by default won't open the large-"ish" pbxproj files rules_xcodeproj generally generates
It would be nice to support AppCode, and I think we can get around those various issues, but I see this as a "Post 1.1" type thing, falling behind Build with Bazel via Proxy in priority.
If it helps, the big issue would be that breakpoints don't work in Appcode using rules_xcodeproj despite importing the lldbinit and matching the environment-variables that are being used.
Guessing it's worth considering closing this?
https://blog.jetbrains.com/appcode/2022/12/appcode-2022-3-release-and-end-of-sales-and-support/