Skip to content

Commit 06c5ff0

Browse files
committed
Disable cases of uses of the -index-store-path argument
1 parent 6d99bc0 commit 06c5ff0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

XCTest.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@
489489
PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
490490
SKIP_INSTALL = YES;
491491
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
492+
SWIFT_INDEX_STORE_ENABLE = NO;
492493
TARGETED_DEVICE_FAMILY = "1,2,3,4";
493494
TVOS_DEPLOYMENT_TARGET = 10.0;
494495
USER_HEADER_SEARCH_PATHS = $BUILT_PRODUCTS_DIR/usr/local/include/CoreFoundation;
@@ -514,6 +515,7 @@
514515
PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK;
515516
SKIP_INSTALL = YES;
516517
SUPPORTED_PLATFORMS = "appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator";
518+
SWIFT_INDEX_STORE_ENABLE = NO;
517519
TARGETED_DEVICE_FAMILY = "1,2,3,4";
518520
TVOS_DEPLOYMENT_TARGET = 10.0;
519521
USER_HEADER_SEARCH_PATHS = $BUILT_PRODUCTS_DIR/usr/local/include/CoreFoundation;

0 commit comments

Comments
 (0)