You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@objc class AppDelegate: FlutterAppDelegate, PKPushRegistryDelegate, CallkitIncomingAppDelegate{
I got this error Failed to build iOS app Could not build the precompiled application for the device. Swift Compiler Error (Xcode): Type 'AppDelegate' does not conform to protocol 'CallkitIncomingAppDelegate'
I'm trying to add the config releated to "RTCAudioSession"
The text was updated successfully, but these errors were encountered:
@objc class AppDelegate: FlutterAppDelegate, PKPushRegistryDelegate, CallkitIncomingAppDelegate{
I got this error
Failed to build iOS app Could not build the precompiled application for the device. Swift Compiler Error (Xcode): Type 'AppDelegate' does not conform to protocol 'CallkitIncomingAppDelegate'
I'm trying to add the config releated to "RTCAudioSession"
The text was updated successfully, but these errors were encountered: