-
Notifications
You must be signed in to change notification settings - Fork 218
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
Error when building and archiving iOS build - Flutter 2.0.3 #374
Comments
I am getting the same issue here. |
Any solutions? @lucasratske |
Nope, still waiting... I've tried a lot of changes and nothing works |
Same here... well let's wait! Thanks |
Solution:
Replace the following configurations for your service:
This goes for all your extensions in the application. Close Xcode and then run the following command in a terminal: flutter clean; rm ios/Podfile.lock pubspec.lock; rm -rf ios/Pods ios/Runner.xcworkspace; flutter run |
Thanks @Holofox, this fixed it for us |
Thanks @Holofox, you rocks |
Thanks! But what do I replace those configurations with? |
Same here @rovkinmax, I do not understand how to set that configuration to make it work. I tried it all and nothing... |
sorry to renew this, but mine still not working, i have tried the mentioned solution, recreated iOS folder, recreated pod, clean build. |
Description:
I upgraded my flutter to the new version and when I tried to build with --release flag I got some errors, I already update the package to the 3.0.0-beta1.
I think it can be a compability issue with firebase... I don't know yet.
Link OneSignalNotificationServiceExtension (arm64) 0.4 seconds
Undefined symbols for architecture arm64: "_OBJC_CLASS_$_FlutterStandardTypedData", referenced from: objc-class-ref in firebase_remote_config(FLTFirebaseRemoteConfigPlugin.o) "_OBJC_CLASS_$_FlutterError", referenced from: objc-class-ref in firebase_core(FLTFirebasePlugin.o) objc-class-ref in firebase_dynamic_links(FLTFirebaseDynamicLinksPlugin.o) objc-class-ref in onesignal_flutter(OSFlutterCategories.o) "_OBJC_CLASS_$_FlutterMethodChannel", referenced from: objc-class-ref in firebase_analytics(FLTFirebaseAnalyticsPlugin.o) objc-class-ref in firebase_core(FLTFirebaseCorePlugin.o) objc-class-ref in firebase_dynamic_links(FLTFirebaseDynamicLinksPlugin.o) objc-class-ref in firebase_remote_config(FLTFirebaseRemoteConfigPlugin.o) objc-class-ref in onesignal_flutter(OSFlutterOutcomeEventsController.o) objc-class-ref in onesignal_flutter(OneSignalPlugin.o) objc-class-ref in onesignal_flutter(OSFlutterTagsController.o) ... "_FlutterMethodNotImplemented", referenced from: -[FLTFirebaseAnalyticsPlugin handleMethodCall:result:] in firebase_analytics(FLTFirebaseAnalyticsPlugin.o) -[FLTFirebaseCorePlugin handleMethodCall:result:] in firebase_core(FLTFirebaseCorePlugin.o) -[FLTFirebaseDynamicLinksPlugin handleMethodCall:result:] in firebase_dynamic_links(FLTFirebaseDynamicLinksPlugin.o) -[FLTFirebaseRemoteConfigPlugin handleMethodCall:result:] in firebase_remote_config(FLTFirebaseRemoteConfigPlugin.o) -[OSFlutterOutcomeEventsController handleMethodCall:result:] in onesignal_flutter(OSFlutterOutcomeEventsController.o) -[OneSignalPlugin handleMethodCall:result:] in onesignal_flutter(OneSignalPlugin.o) -[OSFlutterTagsController handleMethodCall:result:] in onesignal_flutter(OSFlutterTagsController.o) ... ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Environment
onesignal_flutter: ^3.0.0-beta1
firebase: ^9.0.0
firebase_analytics: ^7.1.1
firebase_core: ^1.0.0
firebase_dynamic_links: ^0.8.0
firebase_remote_config: ^0.9.0-dev.1
Flutter 2.0.3
Steps to Reproduce Issue:
Anything else:
The text was updated successfully, but these errors were encountered: