Could not find or use auto-linked framework 'Flutter': framework 'Flutter' not found #12992
Unanswered
Khairul989
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Im having a problem after adding notification service extension for my app.
below is the log from xcode
ld: warning: Could not find or use auto-linked framework 'CoreAudioTypes': framework 'CoreAudioTypes' not found ld: warning: Could not find or use auto-linked framework 'Flutter': framework 'Flutter' not found Undefined symbols for architecture arm64: "_FlutterMethodNotImplemented", referenced from: -[FLTFirebaseAnalyticsPlugin handleMethodCall:result:] in firebase_analytics[4](FLTFirebaseAnalyticsPlugin.o) -[FLTFirebaseCrashlyticsPlugin handleMethodCall:result:] in firebase_crashlytics[4](FLTFirebaseCrashlyticsPlugin.o) -[FLTFirebaseMessagingPlugin handleMethodCall:result:] in firebase_messaging[4](FLTFirebaseMessagingPlugin.o) -[FLTFirebasePerformancePlugin handleMethodCall:result:] in firebase_performance[4](FLTFirebasePerformancePlugin.o) -[FLTFirebaseRemoteConfigPlugin handleMethodCall:result:] in firebase_remote_config[4](FLTFirebaseRemoteConfigPlugin.o) -[FlutterUxcamPlugin handleMethodCall:result:] in flutter_uxcam[4](FlutterUxcamPlugin.o) -[PermissionHandlerPlugin handleMethodCall:result:] in permission_handler_apple[16](PermissionHandlerPlugin.o) ... "_OBJC_CLASS_$_FlutterBasicMessageChannel", referenced from: in firebase_core[7](messages.g.o) "_OBJC_CLASS_$_FlutterError", referenced from: in firebase_core[4](FLTFirebaseCorePlugin.o) "_OBJC_CLASS_$_FlutterEventChannel", referenced from: in firebase_remote_config[4](FLTFirebaseRemoteConfigPlugin.o) "_OBJC_CLASS_$_FlutterMethodChannel", referenced from: in firebase_analytics[4](FLTFirebaseAnalyticsPlugin.o) "_OBJC_CLASS_$_FlutterStandardMessageCodec", referenced from: in firebase_core[7](messages.g.o) "_OBJC_CLASS_$_FlutterStandardReader", referenced from: _OBJC_CLASS_$_FirebaseCoreHostApiCodecReader in firebase_core[7](messages.g.o) _OBJC_CLASS_$_FSIGoogleSignInApiCodecReader in google_sign_in_ios[5](messages.g.o) "_OBJC_CLASS_$_FlutterStandardReaderWriter", referenced from: _OBJC_CLASS_$_FirebaseCoreHostApiCodecReaderWriter in firebase_core[7](messages.g.o) _OBJC_CLASS_$_FSIGoogleSignInApiCodecReaderWriter in google_sign_in_ios[5](messages.g.o) "_OBJC_CLASS_$_FlutterStandardTypedData", referenced from: in firebase_remote_config[4](FLTFirebaseRemoteConfigPlugin.o) "_OBJC_CLASS_$_FlutterStandardWriter", referenced from: _OBJC_CLASS_$_FirebaseCoreHostApiCodecWriter in firebase_core[7](messages.g.o) _OBJC_CLASS_$_FSIGoogleSignInApiCodecWriter in google_sign_in_ios[5](messages.g.o) "_OBJC_METACLASS_$_FlutterStandardReader", referenced from: _OBJC_METACLASS_$_FirebaseCoreHostApiCodecReader in firebase_core[7](messages.g.o) _OBJC_METACLASS_$_FSIGoogleSignInApiCodecReader in google_sign_in_ios[5](messages.g.o) "_OBJC_METACLASS_$_FlutterStandardReaderWriter", referenced from: _OBJC_METACLASS_$_FirebaseCoreHostApiCodecReaderWriter in firebase_core[7](messages.g.o) _OBJC_METACLASS_$_FSIGoogleSignInApiCodecReaderWriter in google_sign_in_ios[5](messages.g.o) "_OBJC_METACLASS_$_FlutterStandardWriter", referenced from: _OBJC_METACLASS_$_FirebaseCoreHostApiCodecWriter in firebase_core[7](messages.g.o) _OBJC_METACLASS_$_FSIGoogleSignInApiCodecWriter in google_sign_in_ios[5](messages.g.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
If I manually add Flutter.xcFramework into the Framework and Libraries under target > ImageNotification > general. I can build but cannot upload it to playstore.
Beta Was this translation helpful? Give feedback.
All reactions