MobileNativeFoundation / rules_xcodeproj

Bazel rules for generating Xcode projects.
MIT License
502 stars 76 forks source link

Fix incremental project generation swift debugging #3046

Closed yongjincho92 closed 2 weeks ago

yongjincho92 commented 2 weeks ago

Incremental project generation mode was not setting swift debug settings when top level target (e.g. ios application) is an Obj-c target. This change should fix the issue.

Before : lldb > settings show target.swift-extra-clang-flags is empty After : lldb > settings show target.swift-extra-clang-flags is not empty