ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
41 stars 39 forks source link

Ios compilation failure #47

Open SuLi8 opened 1 year ago

SuLi8 commented 1 year ago

The compilation failure puzzled me for days until I remembered that share_handler referred to the receive_sharing_intent package. Then I found this note.

  1. Compilation problems and their fixes Error: Application does not build after adding share extension?

Fix: Check the build settings of your share extension and remove everything that tries to import cocoapods from your main project. i.e. remove everything under Linking/Other Linker Flags.

Solved my compilation problem. For your reference