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
I tried to build example app, and found that step 6, mentioned for iOS setup is missing.
target 'Runner' do
use_frameworks!
use_modular_headers!
flutter_install_all_ios_pods File.dirname(File.realpath(__FILE__))
# share_handler addition start
target 'Share Extension' do
inherit! :search_paths
pod "share_handler_ios_models", :path => ".symlinks/plugins/share_handler_ios/ios/Models"
end
# share_handler addition end
end
NOTE: - Please note that here target name is Share Extension (with space) not ShareExtension as mentioned in the docs.
The text was updated successfully, but these errors were encountered:
I tried to build example app, and found that step 6, mentioned for iOS setup is missing.
NOTE: - Please note that here target name is
Share Extension
(with space) notShareExtension
as mentioned in the docs.The text was updated successfully, but these errors were encountered: