xuzhaocheng

Results 4 issues of xuzhaocheng

I want to generate all code coverage data but only show some files' coverage in the final report. I found the `--include` option doesn't work in the `nyc report` command....

### **Description** When I use Xcode 16 beta 2 to build the target "CrashReporter iOS Framework", it fails immediately with an error: ``` error: unexpected service error: The Xcode build...

support

When I try to bundle my coredata model into my xcframework with the following spec: ``` apple_xcframework( name = "MyXcFramework", bundle_id = "com.my.MyXcFramework", bundle_name = "MyXcFramework", deps = [":lib"], minimum_os_versions...

I saw there was an existing issue about `apple_core_data_model` at https://github.com/bazelbuild/rules_swift/issues/1160. But the workaround (`-swiftcopt=-wmo --swiftcopt=-num-threads --swiftcopt=0`) described in the comment no longer works when I use `rule_swift` 2.x. Here...