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
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.
4. 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
The text was updated successfully, but these errors were encountered:
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.
4. 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
The text was updated successfully, but these errors were encountered: