I have trying to install DJI iOS SDK 4.5 using cocoapods in sample code downloaded from DJI website.
Every-time I try pod install
it throws error saying
CocoaPods could not find compatible versions for pod "DJI-SDK-iOS":
In Podfile:
DJI-SDK-iOS (~> 4.5)
None of your spec sources contain a spec satisfying the dependency: `DJI-SDK-iOS (~> 4.5)`
I even tried uninstalling cocoapods and reinstalling it again, but no luck.