Skip to content

Commit

Permalink
Set INDEX_ENABLE_DATA_STORE=YES in compiler settings (#652)
Browse files Browse the repository at this point in the history
  • Loading branch information
garry-jeromson authored Sep 8, 2023
1 parent df05d63 commit b7da434
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Sources/XcodeSupport/Xcodebuild.swift
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public final class Xcodebuild {
"CODE_SIGNING_ALLOWED=\"NO\"",
"ENABLE_BITCODE=\"NO\"",
"DEBUG_INFORMATION_FORMAT=\"dwarf\"",
"COMPILER_INDEX_STORE_ENABLE=\"YES\""
"COMPILER_INDEX_STORE_ENABLE=\"YES\"",
"INDEX_ENABLE_DATA_STORE=\"YES\""
]

let xcodebuild = "xcodebuild \((args + [cmd] + envs + additionalArguments).joined(separator: " "))"
Expand Down

0 comments on commit b7da434

Please sign in to comment.