Azure-Samples / communication-services-ios-quickstarts

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

AzureCommunicationCalling.h Errors #3

Closed vaishakhgiri closed 2 years ago

vaishakhgiri commented 3 years ago

After installing pods with following:

platform :ios, '13.0' use_frameworks!

target 'SampleApp' do pod 'AzureCommunicationCalling', '~> 1.0.0-beta.5' pod 'AzureCommunication', '~> 1.0.0-beta.5' pod 'AzureCore', '~> 1.0.0-beta.5' end

The Sample App gives 6 Error in AzureCommunicationCalling.h header:

Screenshot 2021-01-15 at 2 09 31 PM Screenshot 2021-01-15 at 2 13 29 PM
ddematheu2 commented 3 years ago

Is the error related to the sample or the underlying calling SDK?

ddematheu2 commented 2 years ago

Closing due to inactivity