heywhy / flutter-pusher-client

A pusher.com client written with dart for flutter
MIT License
9 stars 30 forks source link

Not working for iOS #16

Closed chinloyal closed 4 years ago

chinloyal commented 4 years ago

Once I install this plugin and try to run the ios app it hangs, the app just gets stuck with this as the last line.

[   +4 ms] executing: /usr/bin/xcrun simctl launch B879ED90-4B32-4B79-A329-473935AFCD2D com.example.app
--enable-dart-profiling --enable-checked-mode --verify-entry-points
[ +236 ms] com.example.app: 69799
[        ] Waiting for observatory port to be available...

The android app is still able to run.

chinloyal commented 4 years ago

If anyone comes across this issue where ios simulator gets stuck, it maybe because of the incompatibility of the package and the connectivity package. I used data_connection_checker instead and it worked.