Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing ios setup step 6 in the example #14

Closed
mayank-sol opened this issue Jul 1, 2022 · 0 comments
Closed

Missing ios setup step 6 in the example #14

mayank-sol opened this issue Jul 1, 2022 · 0 comments

Comments

@mayank-sol
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant