goodow/GDLiveStreaming

No podspec found for `VideoCore` in `../VideoCore`

Opened this issue · 0 comments

I clone the project from GitHub.
try to update the project, I got following error for VideoCore

:Example system10$ pod update
Update all pods
Updating local specs repositories
$ /usr/bin/git -C /Users/system10/.cocoapods/repos/master fetch origin --progress
remote: Counting objects: 9, done.
remote: Compressing objects: 100% (7/7), done.
remote: Total 9 (delta 5), reused 0 (delta 0), pack-reused 0
From https://github.com/CocoaPods/Specs
e656e67869e..0ffea977276 master -> origin/master
$ /usr/bin/git -C /Users/system10/.cocoapods/repos/master rev-parse --abbrev-ref HEAD
master
$ /usr/bin/git -C /Users/system10/.cocoapods/repos/master reset --hard origin/master
HEAD is now at 0ffea977276 [Add] AI_RLSB 1.0.0
Analyzing dependencies
Fetching podspec for GDLiveStreaming from ../
Fetching podspec for VideoCore from ../VideoCore
[!] No podspec found for VideoCore in ../VideoCore

Please your input are highly appreciated.