Skip to content

Commit

Permalink
remove degenerate pods
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Mar 10, 2023
1 parent c11b86a commit caf0a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/mobile/ios/shells/cocoapods.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ in mkShell {
else
# CocoaPods are trash and can't handle other pod instances running
./scripts/wait-for.sh 240 'pod install'
(cd ios && pod deintegrate && pod install)
(cd ios && pod install)
fi
}
popd > /dev/null
Expand Down

0 comments on commit caf0a9d

Please sign in to comment.