trustwallet / wallet-connect-swift

WalletConnect Swift client SDK
MIT License
102 stars 130 forks source link

Wallet SDK installation problem #2

Closed shiiVaam closed 5 years ago

shiiVaam commented 5 years ago

Pod is not installing. Screenshot 2019-04-24 at 6 49 32 PM Screenshot 2019-04-24 at 6 49 32 PM

hewigovens commented 5 years ago

could you please try:

  1. pod 'WalletConnect', git: 'https://github.com/TrustWallet/wallet-connect-swift', branch: 'master'
  2. update your cocoapods
shiiVaam commented 5 years ago

I have done it.

  1. Opened podfile in Atom.
  2. Copied pod It gave me same error mentioned in the attached screenshots.
hewigovens commented 5 years ago

Did you run pod install inside wallet-connect-swift/Example? in this case you don't need to edit the Podfile

shiiVaam commented 5 years ago

I have done it sir. You can see that my directory is Example in screenshot

hewigovens commented 5 years ago

it works for me:

1. download zip
2. cd Example
3. pod install

image

shiiVaam commented 5 years ago

successfully installed . In xcode , it gave an error Screenshot 2019-04-25 at 2 56 43 PM

hewigovens commented 5 years ago

please run gem install cocoapods to update cocoapods to 1.6.1