Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
Disable configuration cache from Xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbanes committed Jul 26, 2023
1 parent b904fbe commit bc52ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios-app/Tivi/Tivi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd \"$SRCROOT/../..\"\n./gradlew :shared:embedAndSignAppleFrameworkForXcode\n";
shellScript = "cd \"$SRCROOT/../..\"\n./gradlew :shared:embedAndSignAppleFrameworkForXcode --no-configuration-cache\n";
};
83AB60022A51F473007FC216 /* Upload Crashlytics symbols */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit bc52ac5

Please sign in to comment.