blue492

Results 32 comments of blue492

> Hi @blue492, do you experience this issue when you add `shared_preferences` to a new `flutter create` project and try to build the app? Or is it only with your...

@danagbemava-nc I added my plugins which I use in my current project one after one to the new project, and its seems that there are many plugins have similar issues...

@danagbemava-nc Here is it, thanks [flutter.txt](https://github.com/flutter/flutter/files/9608074/flutter.txt)

@jmagman @danagbemava-nc You can run the packages I use above in a new project and see what happen. Try `flutter build ios` or `flutter run` you will see the problem....

@jmagman @danagbemava-nc I tested to build the new project with only `shared_preferences: ^2.0.15` package and here is the result : [buildlog.log](https://github.com/flutter/flutter/files/9614086/buildlog.log)

> flutter build ios -v Here is it [iosbuild.log](https://github.com/flutter/flutter/files/9614278/iosbuild.log) @jmagman @danagbemava-nc

> Hi @blue492, the logs in [#111886 (comment)](https://github.com/flutter/flutter/issues/111886#issuecomment-1253343508) & [#111886 (comment)](https://github.com/flutter/flutter/issues/111886#issuecomment-1253320019) do not appear to be complete. > > Please provide the complete verbose logs. > > Thank you @danagbemava-nc...

[run.log](https://github.com/flutter/flutter/files/9623915/run.log) I got the errors mentioned in the initial issue when pressing "run -> iOS" in android studio, I could recreate it with "flutter run iOS -v [ tee run.log"...

> Hi @blue492, > > The part about the error you shared in your initial was missing from the logs. My guess is that it probably wasn't copied into the...

@danagbemava-nc Could you reproduce the issue with other packages which I mentioned? Maybe it same issue for other packages also. Yes it cutting off after `Result bundle written to path`...