ShoutSocial / share_handler

A plugin to facilitate receiving and handling share intents
43 stars 46 forks source link

Version 0.0.22 #106

Closed Phmichau closed 2 weeks ago

Phmichau commented 2 weeks ago

Since i upgraded to version 0.0.22 of share_handler when i do a Pod Install i received thie error

[!] Unable to find a specification for share_handler_ios_models depended upon by share_handler_ios

Phmichau commented 2 weeks ago

I found the solution in the doc

share_handler addition start

target 'ShareExtension' do inherit! :search_paths pod "share_handler_ios_models", :path => ".symlinks/plugins/share_handler_ios/ios/Models" end

share_handler addition end