I use OneSignal for push notification in Flutter. I can build it on devices and simulator but has the errors when archiving.
ld: framework not found Pods_OneSignalNotificationServiceExtension
I use OneSignal for push notification in Flutter. I can build it on devices and simulator but has the errors when archiving.
ld: framework not found Pods_OneSignalNotificationServiceExtension
I already found the solution for this problem. I've set my iOS target for my project to iOS 12 and use platform :ios, '12.0' in my Podfile. So I changed my OneSignalNotifcationServiceExtension iOS target to iOS12 too instead of iOS 10 as suggested and it works like charm.
I solved the same issue in another way.
done.