rules_xcodeproj icon indicating copy to clipboard operation
rules_xcodeproj copied to clipboard

Bazel rules for generating Xcode projects.

Results 233 rules_xcodeproj issues
Sort by recently updated
recently updated
newest added

We organize our modules into layers where each layer can only import code from the layer “below” it. In our current generated project file we sort those layer folders to...

feature request

### Description Related to: https://github.com/MobileNativeFoundation/rules_xcodeproj/issues/2937 When using `macos_application` that has `extensions` the project generation fails with: ```sh ERROR: Custom scheme "TophatExtension"'s run launch target (@@//Tools/Tophat:TophatExtension darwin_arm64-dbg-macos-arm64-min13.0-applebin_macos-ST-e022ee4a993b) is an app extension...

bug

I used [this technique](https://github.com/karim-alweheshy/xcode-spy-toolchain/blob/main/README.md) to point swiftc to rules_xcodeproj swiftc stub. This is now done manually to unblock the main part of the project but would need to be incorporated...

### Description Enabling ThreadSanitizer in Xcode with Bazel 8.0.0 produces the following error: > ERROR: `--swiftcopt=sanitize-thread` :: Unrecognized option: `--swiftcopt=sanitize-thread` ### Reproduction steps Enable thread sanitizer in the Xcode UI...

bug

This change would make the index-compile for single source file (.m and .mm) to not depend on params file generated by index-build of the target containing the source file.

as xcodeproj generated by rules_xcodeproj support pre and post build script. is it possible to pass custom user defined value on build settings so pre and post build script can...

feature request

### Description Given the following BUILD file: ```starlark load( "@build_bazel_rules_ios//rules:framework.bzl", rules_ios_apple_framework = "apple_framework", ) load( "@build_bazel_rules_ios//rules:test.bzl", rules_ios_unit_test = "ios_unit_test", ) load( "@build_bazel_rules_swift//swift:swift.bzl", "swift_library", "swift_library_group", ) rules_ios_apple_framework( name = "LibTwo", srcs...

bug

# Custom Toolchain and Library Linking Implementation ## The Problem The generated projects had critical issues preventing Xcode Preview App (XOJIT) functionality because it depends on: 1. **Missing Library Dependencies**:...

feature request

Xcode: Version 26.0.1 (17A400) MacOS: 26.1 Bazel : 8.2.1 rules_xcodeproj: 2.11.0 Build is successfulyy, but after build there is a error: And no more info. I have try the below...