Thi Doan

Results 45 issues of Thi Doan

In the following example, `Main.storyboard` doesn't show up in the generated Xcode project if it's added through an `apple_resource_bundle` target, but if it's added directly via `data`, the file shows...

This allows integrating linting/formatting tools into your Xcode project to get warnings and errors displayed in the issue navigator. Unlike pre/post actions, additional build phases don't belong to schemes, but...

feature request

## Describe the bug Given the following declaration: ```starlark [ xcodeproj( name = "xcodeproj-{0}-{1}".format(build_mode, ios_simulator_cpus), build_mode = build_mode, ios_simulator_cpus = ios_simulator_cpus, ... ) for build_mode in [ "bazel", "xcode", ]...

bug

## Describe the bug ``` PhaseScriptExecution Generate\ Files /Users/user/Library/Developer/Xcode/DerivedData/Projects-fypotnookqgqmegzxfveuwcvjqgb/Build/Intermediates.noindex/Projects.build/rules_xcodeproj/Script-13F45F77FBD42E72938E9FF1.sh (in target 'BazelDependencies' from project 'Projects') cd /Users/user/app /bin/sh -c /Users/user/Library/Developer/Xcode/DerivedData/Projects-fypotnookqgqmegzxfveuwcvjqgb/Build/Intermediates.noindex/Projects.build/rules_xcodeproj/Script-13F45F77FBD42E72938E9FF1.sh /Users/user/app/Projects.xcodeproj/rules_xcodeproj/bazel/bazel_build.sh: line 156: /Users/user/app/Projects.xcodeproj/rules_xcodeproj/create_xcode_overlay.sh: No such file or directory Command...

bug
BwX

In our current project generator, top-level targets are auto-discovered based on the provided target kinds. For example, if we request `ios_application` and `ios_unit_test` in the `//path/to/package` package, all `ios_application` and...

feature request

``` $ xcodes list Failed executing: `/usr/bin/xcode-select -p` (2). ``` --- **MAINTAINER EDITED BELOW** If I don't have any Xcode version installed, Xcodes currently errors out using the `xcode-select` to...

hacktoberfest

Apple's native `PlistBuddy` can accept multiple commands at once, for example: ``` /usr/libexec/PlistBuddy \ -c "Add :Key1 string Value1" \ -c "Add :Key2 string Value2" \ Info.plist ```

Resolves https://github.com/bazelbuild/bazel/issues/13122

cla: yes
z-team-Apple
team-Rules-ObjC
awaiting-review

This was needed because the `xcodeproj` target was declared in the same BUILD file with the `@SwiftLint//:swiftlint` target, so when users run `bazel run @SwiftLint//:swiftlint`, bazel would try to load...

This makes coverage compatible with "Builds without the Bytes", where the generated source files may not get downloaded.