From ec211549de54a69d8a1b877b4dcdb16b81fb9d75 Mon Sep 17 00:00:00 2001 From: nevermoe Date: Thu, 29 Jul 2021 16:14:18 +0900 Subject: [PATCH] rollback disable module --- script/xcode_setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/xcode_setup.sh b/script/xcode_setup.sh index 451c7e98f126..487cceaf2b1e 100644 --- a/script/xcode_setup.sh +++ b/script/xcode_setup.sh @@ -75,6 +75,6 @@ COMPILER_INDEX_STORE_ENABLE = NO;\\ ~g" "$pbxproj" sed -i '' $'s~COMPILER_INDEX_STORE_ENABLE = YES;~COMPILER_INDEX_STORE_ENABLE = NO;~g' "$pbxproj" sed -i '' $'s~COMPILER_INDEX_STORE_ENABLE = DEFAULT;~COMPILER_INDEX_STORE_ENABLE = NO;~g' "$pbxproj" -sed -i '' $'s~CLANG_ENABLE_MODULES = YES;~CLANG_ENABLE_MODULES = NO;~g' "$pbxproj" +# sed -i '' $'s~CLANG_ENABLE_MODULES = YES;~CLANG_ENABLE_MODULES = NO;~g' "$pbxproj" # popd >/dev/null