Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Propagate transitive ObjC and Swift copts #726

Merged
merged 1 commit into from
May 31, 2023

Conversation

thiagohmcruz
Copy link
Contributor

Verifying if indexing continues to work on Xcode 14.3 and noticed that there's a better fix for an indexing issue I fixed recently.

  • Undo _target_is_mixed check as the intent was to conditionally set -import-underlying-module to workaround an indexing issue
  • After further investigation realized that the missing transitive copts this PR adds are enough to fix the same indexing issue I found at the time when _target_is_mixed was introduced as part of Fixes for indexing in Xcode 14.x #661

@thiagohmcruz thiagohmcruz merged commit 85dfcdf into master May 31, 2023
@thiagohmcruz thiagohmcruz deleted the thiago/indexing-fixes branch May 31, 2023 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants