Closed axpence closed 6 years ago
When I run the pod install command in the same directory as the Podfile, I get the following output:
pod install
Podfile
Kite-SDK pod install Analyzing dependencies Pre-downloading: `KITAssetsPickerController` from `git@github.com:kkarayannis/KITAssetsPickerController.git`, commit `b08f373301d1a3c17c09104a5577d61a1255ba8c` [!] Error installing KITAssetsPickerController [!] Failed to download 'KITAssetsPickerController'.
Changed the podfile in the demo project to point to the https git repo. It should be fine now.
When I run the
pod install
command in the same directory as thePodfile
, I get the following output: