hellohuanlin

Results 191 comments of hellohuanlin

Based on the crash log, looks like the `Contents.json` under launch image is corrupted. Did you accidentally edit this file?

Here you have an extra comma, which makes the JSON invalid: https://github.com/sssolinjie/flutter_build_ios_demo/blob/62f06c654e3e431d062263bb49206b692b588a20/ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json#L65 Closing as resolved, but feel free to re-open otherwise.

random thought - maybe we can share some common infra for these 2 repos?

Worth trying out if native apps respond to the status bar area.

@jooikwanw can you clarify which specific iOS version are you using (major and minor version as iOS 17 and 17.1 behaves differently)

I had the same crash when playing around with camera plugin. From the doc: > If readyForMoreMediaData becomes NO for a real-time source, the client may need to drop samples...

@martin-labanic Hi, I am not able to reproduce it with the latest plugin (main branch) and ipad 10 gen. Did you see anything printout in debug window?

@martin-labanic could you try again with the latest code? You can also check the crash log in Xcode -> Devices -> your device if it's not printed out. And also...

@camsim99 do you think this is related to https://github.com/flutter/plugins/pull/6911?