JP Simard
JP Simard
Ok this is fixed on main so I'll close this ticket then.
Would a more focused solution be to exclude or override `DEVELOPER_DIR` and `SDKROOT` if `--xcode_version` is specified?
With https://github.com/bazelbuild/rules_swift/pull/838, you'll be able to emit the symbol graph for a `swift_library` by adding `features = ["swift.emit_symbol_graph"]`.
If I change the xcframework to a dynamic one, the podspec validation passes without issues.
> This will be my last issue as the main contributor. thanks for all your hard work running this over the years!
I'm seeing this but for an OSS project. Azure Pipelines has `DANGER_GITHUB_API_TOKEN` set and working with PRs from branches on the main remote repo, but seems to fail when running...
I had `DANGER_GITHUB_API_TOKEN` as private, making it public worked.
Try newline between directives: ```objc /** * Returns a collection of available maps. * * @param error A pointer to a NSError object. This error will be given a value...
Sounds like a great idea! Is this functionality you'd be interested in adding to jazzy yourself?
Thanks for filing this issue. We could do this for Swift source right now, but we'd first have to identify how Xcode generates the `-Swift.h` file. #56 will of course...