0

Unable to install BraintreeDropIn through cocoapod.

I'm getting the error

Unable to find a specification for BraintreeDropIn.

In my podfile,

pod 'BraintreeDropIn'
Eric Aya
  • 69,473
  • 35
  • 181
  • 253
VJVJ
  • 435
  • 3
  • 21
  • github/cocoa link? – saurabh Dec 20 '16 at 07:29
  • @sasquatch i checked in github says pod 'BraintreeDropIn'. Still not working – VJVJ Dec 20 '16 at 07:34
  • I just tried it and was able to successfully install BraintreeDropIn (5.0.1) – saurabh Dec 20 '16 at 07:35
  • i am using # platform :ios, '9.0' and xcode 7.3 and ios 9.3 – VJVJ Dec 20 '16 at 07:36
  • I am using the same, it works. You have to provide more information before anyone can help you on this – saurabh Dec 20 '16 at 07:37
  • 1
    Check this: http://stackoverflow.com/a/32850706/3207014 – saurabh Dec 20 '16 at 07:38
  • I am using xcode 7.3 and created a new project. Using terminal i created pod file and used pod 'BraintreeDropIn' and running pod install command in terminal then i am getting Unable to find a specification for BraintreeDropIn. – VJVJ Dec 20 '16 at 07:40
  • Let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/131019/discussion-between-sasquatch-and-vjvj). – saurabh Dec 20 '16 at 07:41

1 Answers1

0

As discussed in chats, this problem was solved by doing

pod setup

saurabh
  • 6,687
  • 7
  • 42
  • 63