Open MiteshiOS opened 3 months ago
I'm facing the same issue.
Xcode 15.4
We use these libraries via Swift Package Manager.
also, my project uses Flutter so we use CocoaPods for Flutter's dependencies.
Per support they had me try this and it works
pod 'AgoraRtcEngine_iOS', '4.4.0', :subspecs => ['Basic', 'RtcBasic']
At the time of execution in the simulator or device running with iOS version 17.5.1 getting the below error.
I am getting this error only after updating to the latest version 4.4.0. In version 4.3.2 it's working fine.