Closed PrabakarMP closed 9 years ago
Hi,
My Xcode is 6.3 and trying to run Coinbase example project. But, unable to build it. Your help is appreciated!
I downloaded Coinbase 2 from this link, [Note, I HAVE NOT CLONED THIS PROJECT..] https://github.com/coinbase/coinbase-ios-sdk
I did run pod install from the Example directory
After that I opened “example/coinbase.xcodeproj” Xcode project and trying to build. I am getting error as,
Diff: /../Podfile.lock: No such file or directory
Diff: /Manifest.lock: No such file or directory
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
Your help is appreciated!
It has been fixed. Able to build it with the following commands:
To run the example project, clone the repo, and run pod install from the Example directory first.
Hi,
My Xcode is 6.3 and trying to run Coinbase example project. But, unable to build it. Your help is appreciated!
I downloaded Coinbase 2 from this link, [Note, I HAVE NOT CLONED THIS PROJECT..] https://github.com/coinbase/coinbase-ios-sdk
I did run pod install from the Example directory
After that I opened “example/coinbase.xcodeproj” Xcode project and trying to build. I am getting error as,
Diff: /../Podfile.lock: No such file or directory
Diff: /Manifest.lock: No such file or directory
The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
Your help is appreciated!