Skip to content
Snippets Groups Projects
Commit 0238b3ae authored by Jorge Canizales's avatar Jorge Canizales
Browse files

Generate deterministic UUIDs in the Pods project

parent 72b27013
No related branches found
No related tags found
No related merge requests found
......@@ -39,9 +39,8 @@ cd ../../..
[ -f bins/dbg/interop_server ] || make CONFIG=dbg interop_server
cd -
# TODO(jcanizales): Remove when Cocoapods issue #3823 is resolved.
export COCOAPODS_DISABLE_DETERMINISTIC_UUIDS=YES
pod install
# Suppress error output because Cocoapods issue #3823 causes a flooding warning.
pod install 2>/dev/null
# Run the server.
../../../bins/dbg/interop_server --port=5050 &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment