Open sedatates opened 2 months ago
I'm encountering the same issue. Is there a solution available?
I'm encountering the same issue. Is there a solution available?
You should add this to your podfile. you can also customize for an specific target.
post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings['APPLICATION_EXTENSION_API_ONLY'] = 'NO' end end
Version 5.68.2