nikli2009 / flutter_audio_recorder_demo

A standalone flutter project that integrated flutter_audio_recorder for demo showcase.
2 stars 11 forks source link

Warning in release mode #3

Open csacchetti opened 4 years ago

csacchetti commented 4 years ago

Hi, thank you for your job. I tried to install the demo in my iPhone in release mode but give me this message of warning: Warning: Podfile is out of date This can cause a mismatched version of Flutter to be embedded in your app, which may result in App Store submission rejection or crashes. If you have local Podfile edits you would like to keep, see https://github.com/flutter/flutter/issues/24641 for instructions. To regenerate the Podfile, run: rm ios/Podfile

csacchetti commented 4 years ago

in iOS I solved rebuilding the file in "Android studio" and now it opened properly. In android on my Huawei P20 lite opened but in console have this note in red: Note: /Users/carlosacchetti/Developer/flutter/.pub-cache/hosted/pub.dartlang.org/path_provider-1.5.1/android/src/main/java/io/flutter/plugins/pathprovider/PathProviderPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details.