You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm getting this error whenever I try to build the app, it was working fine on 0.57.3, but after upgrading to the latest version (0.60.4), I started getting this error.
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
end
Hi,
I'm getting this error whenever I try to build the app, it was working fine on 0.57.3, but after upgrading to the latest version (0.60.4), I started getting this error.
I've opened an issue here facebook/react-native#25792 on the react-native repo but with no response.
does anyone have a workaround to make this work with share extensions?
Thanks
The text was updated successfully, but these errors were encountered: