Reputation: 1200
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
Upvotes: 9
Views: 3799
Reputation: 1200
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.
Upvotes: 2
Reputation: 378
I solved the same issue in another way.
done.
Upvotes: 1