googlearchive / science-journal-ios

Use the sensors in your mobile devices to perform science experiments. Science doesn’t just happen in the classroom or lab—tools like Science Journal let you see how the world works with just your phone.
https://sciencejournal.withgoogle.com/
Apache License 2.0
536 stars 62 forks source link

Clarified sequence of steps to set up build environment #61

Closed mattblair closed 4 years ago

mattblair commented 4 years ago

Checklist

Motivation and Context

The existing instructions do not make the dependency of the CocoaPods process on protobuf explicit. If you run pod install before protobuf has been installed, the installation fails because the post_install method in the Podfile makes use of protobuf.

Description

Changes include:

I tested this on a Mac that did not originally have protobuf installed.