Parrot-Developers/groundsdk-ios

CocoaPods: Unable to find GroundSDK specification

Closed this issue · 1 comments

Following the directions at https://developer.parrot.com/docs/groundsdk-ios/installcocoapods.html does not work.

I attempted to Install the GroundSdk Demo App and Pods and Adding Parrot Sdk Pods from in a fresh Xcode project. Both result in cocoapods responding with

[!] Unable to find a specification for GroundSdk (= 1.0.0)

I noticed that SDK version 1.0.1 was recently released and tried to use that version instead and this did not work.

EDIT
I also tried removing the version specification and still received:

[!] Unable to find a specification for GroundSdk

Made sure newest version of cocoapods were installed and also ran a

pod repo update

now it works somehow.