Skip to content

Commit 5cb2e9f

Browse files
authored
Disable incremental installation (#3356)
This doesn't handle adding/removing files reliably when the version of the pod doesn't change. That means incremental installation is essentially not useful in combination with development pods.
1 parent cf682c6 commit 5cb2e9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Firestore/Example/Podfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ use_frameworks!
1111

1212
install! 'cocoapods',
1313
:generate_multiple_pod_projects => true,
14-
:incremental_installation => true,
1514
# Disable input/output path checking for generated frameworks to make
1615
# incremental builds work properly. Without this, changes to the framework
1716
# may not be picked up in between test runs.

0 commit comments

Comments
 (0)