Skip to content

[Bug]: No Module Found "OneSignalExtension" in NotificationService.swiftΒ #857

@asadamatic

Description

@asadamatic

What happened?

I followed this Flutter SDK setup guide. I used the provided swift code and my iOS build kept failing after it. I rebuilt my app using XCode, and it gave me this error in the NotificaitonService swift file.

Steps to reproduce?

1. Use the code provided in the Flutter SDK Setup guide for the `NotificationService` swift file.
2. Try building the Flutter app for iOS normally, and it will fail without providing much information.
3. Build the app using XCode.

What did you expect to happen?

I expected the code from the official guide to work without any issues.

OneSignal Flutter SDK version

Release 5.1.2

Which platform(s) are affected?

  • iOS
  • Android

Relevant log output

OneSignalNotificationServiceExtension
/Users/user/AndroidStudioProjects/shopify_app/ios/OneSignalNotificationServiceExtension/NotificationService.swift
/Users/user/AndroidStudioProjects/shopify_app/ios/OneSignalNotificationServiceExtension/NotificationService.swift:45:8 No such module 'OneSignalExtension'

flutter_local_notifications
/Users/user/.pub-cache/hosted/pub.dev/flutter_local_notifications-16.3.3/ios/Classes/FlutterLocalNotificationsPlugin.m
/Users/user/.pub-cache/hosted/pub.dev/flutter_local_notifications-16.3.3/ios/Classes/FlutterLocalNotificationsPlugin.m:6:17 Method definition for 'setRegisterPlugins:' not found

flutter_local_notifications-flutter_local_notifications_privacy
/Users/user/AndroidStudioProjects/shopify_app/ios/Pods/Pods.xcodeproj The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 17.4.99.

onesignal_flutter
/Users/user/.pub-cache/hosted/pub.dev/onesignal_flutter-5.1.2/ios/Classes/OneSignalPlugin.m
/Users/user/.pub-cache/hosted/pub.dev/onesignal_flutter-5.1.2/ios/Classes/OneSignalPlugin.m:58:16 Null passed to a callee that requires a non-null argument

/Users/user/.pub-cache/hosted/pub.dev/onesignal_flutter-5.1.2/ios/Classes/OSFlutterInAppMessages.m
/Users/user/.pub-cache/hosted/pub.dev/onesignal_flutter-5.1.2/ios/Classes/OSFlutterInAppMessages.m:104:47 Incompatible pointer types sending 'OSFlutterInAppMessages *' to parameter of type 'NSObject<OSInAppMessageClickListener> * _Nullable'

/Users/user/.pub-cache/hosted/pub.dev/onesignal_flutter-5.1.2/ios/Classes/OSFlutterPushSubscription.m
/Users/user/.pub-cache/hosted/pub.dev/onesignal_flutter-5.1.2/ios/Classes/OSFlutterPushSubscription.m:33:17 Method definition for 'sharedInstance' not found

/Users/user/.pub-cache/hosted/pub.dev/onesignal_flutter-5.1.2/ios/Classes/OSFlutterUser.m
/Users/user/.pub-cache/hosted/pub.dev/onesignal_flutter-5.1.2/ios/Classes/OSFlutterUser.m:91:35 Incompatible pointer types sending 'NSDictionary *' to parameter of type 'NSArray<NSString *> * _Nonnull'

/Users/user/.pub-cache/hosted/pub.dev/onesignal_flutter-5.1.2/ios/Classes/OSFlutterUser.m:103:32 Incompatible pointer types sending 'NSDictionary *' to parameter of type 'NSArray<NSString *> * _Nonnull'

OneSignalXCFramework
/Users/user/AndroidStudioProjects/shopify_app/ios/Pods/Pods.xcodeproj The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 11.0, but the range of supported deployment target versions is 12.0 to 17.4.99.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions