amazon-kinesis-video-streams-webrtc-sdk-ios
amazon-kinesis-video-streams-webrtc-sdk-ios copied to clipboard
Error when I run a project
no such module 'awscognitoidentityprovider'
Hi, I want to try the Kinesis Video Stream sample for ios. when I try to build the app, I got this error. I have been removed Pods dir and rerun pod install multiple times or recreate project still get the same error. I really appreciate any help. Thank you
This is my pod file list
Comment out the code above and use SPM to install
AWSMobileClient replace AWSMobileClientXCF
@Moriarty1230 ,
Do you see any errors while running pods install?
There is no error. @disa6302
Just got same problem. Any idea about this topic?
I see this problem on XCode version 13, however, it seems to work on XCode 11. Can you verify if you are facing the same issue on XCode 11?
use spm
use spm
I also face the same issue, and could run the sample app only by installing XCode 11.
What is spm, and how it is used to remedy this issue, could you explain please?
swift package
swift package I tried SPM and got a mistake No such module 'AWSCognitoIdentityProvider' near import AWSCognitoIdentityProvider Do you know how to fix it ?
I was able to resolve the build issues with the following steps:
- In project Build Settings, delete the VALID_ARCHS field (In both
PROJECT
andTARGETS -> AWSKinesisVideoWebRTCDemoApp
) - Add a case for
.webrtc
in this switch statement (it can be a no-op)