I am using stream in my weex project, the apps crash everytime I try to run it on iOS simulator. It works fine on android though.
If I comment out the stream code (viz commenting the code where I am using stream and import is still uncommented) the application works fine on both the platform.
Considering that stream code is working fine on android concludes that there is nothing wrong with my Vue code (maybe I am not doing some iOS specific thingy).
What I can think of is that it could be because of some package which I need to install or maybe version number of something is messed up because on playground it is working absolutely fine.
I am using stream in my weex project, the apps crash everytime I try to run it on iOS simulator. It works fine on android though.
If I comment out the stream code (viz commenting the code where I am using stream and import is still uncommented) the application works fine on both the platform.
Considering that stream code is working fine on android concludes that there is nothing wrong with my Vue code (maybe I am not doing some iOS specific thingy).
Here is the code:
The error which I get is on the following line:
The error is:
Occuring on
progressCallback
line.What I can think of is that it could be because of some package which I need to install or maybe version number of something is messed up because on playground it is working absolutely fine.
Any help would greatly appreciated.