Azure-Samples / communication-services-ios-quickstarts

Sample code for Azure Communication Services iOS quickstarts
MIT License
11 stars 24 forks source link

Private podspec is Not Found #4

Closed vaishakhgiri closed 2 years ago

vaishakhgiri commented 3 years ago

Sample App - AzureCommunicationCallingSample provided here , when try to run pod install gives the following error:

[!] Failed to fetch podspec for AzureCommunicationCalling at https://raw.githubusercontent.com/Azure/azure-sdk-for-ios/master/AzureCommunicationCalling.podspec. Error: 404 Not Found

podfile details are :

Uncomment the next line to define a global platform for your project

platform :ios, '13.0' use_frameworks!

source 'https://github.com/Azure/azure-sdk-for-ios.git'

target 'AzureCommunicationCallingSample' do

Uncomment this before release testing

pod 'AzureCommunicationCalling', :podspec => 'https://raw.githubusercontent.com/Azure/azure-sdk-for-ios/master/AzureCommunicationCalling.podspec' pod 'AzureCommunication', :git => 'https://github.com/Azure/azure-sdk-for-ios.git', :branch => "master" pod 'AzureCore', :git => 'https://github.com/Azure/azure-sdk-for-ios.git', :branch => "master"

pod 'AzureCommunicationCalling', '~> 1.0.0-beta.4'

pod 'AzureCommunication', '~> 1.0.0-beta.2'

pod 'AzureCore', '~> 1.0.0-beta.2'

end

ddematheu2 commented 3 years ago

Is this an issue with the underlying SDK or the sample? If its an issue with the underlying SDK please report here: github.com/azure/communication/issues

ddematheu2 commented 2 years ago

Closing due to inactivity