coinbase / coinbase-ios-sdk

Integrate bitcoin into your iOS application with Coinbase
https://www.coinbase.com/
Apache License 2.0
171 stars 67 forks source link

Podfile.lock is out of date #2

Closed mickeyreiss closed 9 years ago

mickeyreiss commented 9 years ago

It is not possible to pod install in the Example directory because Podfile.lock contains - coinbase-official (1.0). To work around, you need to run pod update coinbase-official.

In addition, the tests do not seem to build out of the box due to a compiler error in the FBSnapShotTestCase target.

isaacwaller commented 9 years ago

Thanks, I fixed this, couldn't reproduce at first, I think something was cached in my CoocaPods installation.