aws-samples / amazon-chime-react-native-demo

A React Native demo application for Android and iOS using the Amazon Chime SDK.
MIT No Attribution
101 stars 24 forks source link

Module 'AVFAudio' not found #143

Closed wikramdas closed 2 years ago

wikramdas commented 2 years ago

I have followed all the steps as described in the documentation. I am 100% sure I did not miss anything but after compiling the code on xcode I am having this issues. Module 'AVFAudio' not found in AmazonChimeSDK-Swift.h file I have attached a screenshot

Screenshots Screenshot 2022-05-06 at 5 43 01 PM

linsang21 commented 2 years ago

Hi @wikramdas, AVFAudio is a system framework, see here. Could you check the if the framework is accessible from your environment?

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

georgezy-amzn commented 2 years ago

Hi @wikramdas, AVFAudio is only available on iOS 14.5+, you need Xcode 12.5+.