coinbase / coinbase-ios-sdk

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

Can't run the example app #7

Closed igorbarinov closed 9 years ago

igorbarinov commented 9 years ago

Hi! I downloaded the example app After installed pods using "pod install" from Example/ folder

Here is a result "airair2:Example bis$ pod install Analyzing dependencies Fetching podspec for coinbase-official from ../ Downloading dependencies Installing Expecta (0.3.2) Installing Expecta+Snapshots (1.3.2) Installing FBSnapshotTestCase (1.6) Installing Specta (0.2.1) Using coinbase-official (2.1.2) Generating Pods project Integrating client project airair2:Example bis$"

After I open XCode Version 6.3 (SDK 8.3) and start Example app on iPhone6 emulator I got an error "Build Failed" Here is a screenshot http://monosnap.com/image/sZTR7c21AGKyI61UHqqI2nh1zgHoga

ld: library not found for -lPods-coinbase-coinbase-official clang: error: linker command failed with exit code 1 (use -v to see invocation)

In my link binary with library section in build phases there is a red line with libPos-coinbase.a http://monosnap.com/image/hJwLTD3iO5zCXaS9O583XTKbUSMZrD

How to fix it? Thanks guys!

igorbarinov commented 9 years ago

anyone?

pgorsira commented 9 years ago

see here https://github.com/coinbase/coinbase-ios-sdk/issues/10

isaacwaller commented 9 years ago

Make sure you are using Coinbase.xcworkspace and not Coinbase.xcodeproj

igorbarinov commented 9 years ago

Thanks!