Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS 15. and xcode 13 flutter call kit have issue #28

Open
CopperJam-git opened this issue Sep 30, 2021 · 2 comments
Open

IOS 15. and xcode 13 flutter call kit have issue #28

CopperJam-git opened this issue Sep 30, 2021 · 2 comments

Comments

@CopperJam-git
Copy link

Command CompileSwiftSources failed with a nonzero exit code
Undefined symbols for architecture x86_64:
"_AVAudioSessionInterruptionTypeKey", referenced from:
-[FlutterCallKitPlugin provider:didActivateAudioSession:] in FlutterCallKitPlugin.o
"_AVAudioSessionInterruptionNotification", referenced from:
-[FlutterCallKitPlugin provider:didActivateAudioSession:] in FlutterCallKitPlugin.o
"_AVAudioSessionCategoryPlayAndRecord", referenced from:
-[FlutterCallKitPlugin configureAudioSession] in FlutterCallKitPlugin.o
"_AVAudioSessionInterruptionOptionKey", referenced from:
-[FlutterCallKitPlugin provider:didActivateAudioSession:] in FlutterCallKitPlugin.o
"OBJC_CLASS$_AVAudioSession", referenced from:
objc-class-ref in FlutterCallKitPlugin.o
"_AVAudioSessionModeVoiceChat", referenced from:
-[FlutterCallKitPlugin configureAudioSession] in FlutterCallKitPlugin.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Command CompileSwiftSources failed with a nonzero exit code

@elango
Copy link

elango commented Oct 11, 2021

Hello,

I'm also facing the same issue. Any update on the fixes.

Thanks

@kmoreau
Copy link

kmoreau commented Nov 8, 2021

Hello,

You can fork the project, and add

#import <AVFoundation/AVAudioSession.h>

in file "ios/Classes/FlutterCallKitPlugin.m"

I think it's a regression. If i put this line, my project works :)

Look this last bug fix : 8451138

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants