Closed shashoug closed 3 years ago
You should install the latest version of the flutter_pusher_client library. 0.3.1 at this moment.
MissingPluginException was thrown while activating platform stream on channel
this what happened next :'(
Exclude the library, run pub get, include flutter_pusher_client: ^0.3.1 then pub get. That should fix it
can you explain away more "Exclude the library"!
Remove the package from the pubspec file.
On Mon, 31 Aug 2020 at 16:55, Shashoug notifications@github.com wrote:
can you explain away more "Exclude the library"!
— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/kakajansh/echo/issues/28#issuecomment-683867666, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADEECHGPLBBJRB6VS5AYHATSDPBX5ANCNFSM4QQPYBRQ .
I did it, but the app crashes without any messages on the log.
i have Laravel Websockets on my backend, i want to connect it with mobile client which is Pusher, i found this library and when i press 'run' it shows me this error: `Running pod install... CocoaPods' output: ↳ Preparing
Analyzing dependencies
Inspecting targets to integrate Using
ARCHS
setting to build architectures of targetPods-Runner
: (``)Fetching external sources -> Fetching podspec for
Flutter
fromFlutter
-> Fetching podspec forconnectivity
from.symlinks/plugins/connectivity/ios
-> Fetching podspec forflutter_pusher_client
from.symlinks/plugins/flutter_pusher_client/ios
[!] No podspec found forflutter_pusher_client
in.symlinks/plugins/flutter_pusher_client/ios
/Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/external_sources/path_source.rb:14:in'
block in fetch' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/user_interface.rb:64:in
section' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/external_sources/path_source.rb:11:infetch' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/installer/analyzer.rb:980:in
fetch_external_source' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/installer/analyzer.rb:959:inblock (2 levels) in fetch_external_sources' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/installer/analyzer.rb:958:in
each' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/installer/analyzer.rb:958:inblock in fetch_external_sources' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/user_interface.rb:64:in
section' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/installer/analyzer.rb:957:infetch_external_sources' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/installer/analyzer.rb:117:in
analyze' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/installer.rb:410:inanalyze' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/installer.rb:235:in
block in resolve_dependencies' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/user_interface.rb:64:insection' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/installer.rb:234:in
resolve_dependencies' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/installer.rb:156:ininstall!' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/command/install.rb:52:in
run' /Library/Ruby/Gems/2.6.0/gems/claide-1.0.3/lib/claide/command.rb:334:inrun' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/lib/cocoapods/command.rb:52:in
run' /Library/Ruby/Gems/2.6.0/gems/cocoapods-1.9.3/bin/pod:55:in<top (required)>' /usr/local/bin/pod:23:in
load' /usr/local/bin/pod:23:in `Error running pod install Error launching application on iPhone 8. ` my pubsec.yaml: cupertino_icons: ^0.1.3
grouped_buttons: ^1.0.4
google_maps_flutter: ^0.5.28+1
google_map_location_picker: ^3.3.3
geolocator: 5.3.2+2
permission: ^0.1.7
lottie: ^0.5.1
flutter_inner_drawer: ^0.5.6+1
drawerbehavior: ^1.0.3
numeric_keyboard: ^1.0.0
provider: ^4.0.4
mobx: ^1.1.1 flutter_mobx: ^1.1.0
curved_navigation_bar: ^0.3.3
dropdownfield: 1.0.0
flutter_bloc: ^6.0.1
equatable: ^1.0.2
dio: ^3.0.9
json_annotation: ^3.0.1
validators: ^2.0.0+1
shared_preferences: ^0.5.8
flutter_polyline_points: ^0.2.2
location: ^2.3.5
google_map_polyline:
google_fonts: ^1.1.0
progress_dialog: ^1.2.4
toast: ^0.1.5
rxDart
rxdart: ^0.24.1
GET NAVIGATOR
get: ^3.5.1
FLUTTER ANIMATED MARKER
flutter_animarker: ^0.1.1+1
FLUTTER OFFLINE
flutter_offline: "^0.3.0"
FLUTTER WEB SOCKETS
laravel_echo: ^0.2.2 flutter_pusher_client: ^0.1.0