Appstore Flutter common errors
OneSignal module not found
Add the following in the PodFile just before post_install do |installer| line
target 'OneSignalNotificationServiceExtension' do
use_frameworks! pod 'OneSignal', '>= 2.9.3', '< 3.0'
end
target 'OneSignalNotificationServiceExtension' do
use_frameworks! pod 'OneSignal', '>= 2.9.3', '< 3.0'
end
Comments
Post a Comment