From d51bb3709bb47a28d9044d9f819f803786f6df0c Mon Sep 17 00:00:00 2001 From: ofTheo Date: Wed, 4 Apr 2018 15:12:19 -0700 Subject: [PATCH] Bugfix. iOS Rebuiling. Closes #5895 Added build flags to prevent indexing while building which means ios projects get rebuild every time. --- libs/openFrameworksCompiled/project/ios/Shared.xcconfig | 1 + scripts/templates/ios/Project.xcconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/libs/openFrameworksCompiled/project/ios/Shared.xcconfig b/libs/openFrameworksCompiled/project/ios/Shared.xcconfig index 0f7eac5eac8..824ffed2702 100644 --- a/libs/openFrameworksCompiled/project/ios/Shared.xcconfig +++ b/libs/openFrameworksCompiled/project/ios/Shared.xcconfig @@ -13,3 +13,4 @@ CONFIGURATION_BUILD_DIR = $(SRCROOT)/bin/ DEAD_CODE_STRIPPING = YES GCC_AUTO_VECTORIZATION = YES ENABLE_BITCODE = NO +COMPILER_INDEX_STORE_ENABLE = NO diff --git a/scripts/templates/ios/Project.xcconfig b/scripts/templates/ios/Project.xcconfig index 22c3b364b8a..ce6e2569a38 100644 --- a/scripts/templates/ios/Project.xcconfig +++ b/scripts/templates/ios/Project.xcconfig @@ -12,3 +12,4 @@ ENABLE_BITCODE = NO COMPRESS_PNG_FILES = NO GCC_THUMB_SUPPORT = NO IPHONEOS_DEPLOYMENT_TARGET = 7.0 +COMPILER_INDEX_STORE_ENABLE = NO