ricnaaru / adv_camera

Advanced Camera for Flutter
BSD 3-Clause "New" or "Revised" License
54 stars 35 forks source link

App crash on iOS simulator after picking an image from gallery (AdvCamera.swift line 371) #46

Open Ivaskuu opened 3 years ago

Ivaskuu commented 3 years ago

I've got this error after picking an image from gallery using image_picker package on iOS simulator running iOS 14.3: Fatal error: Unexpectedly found nil while implicitly unwrapping an Optional value: file adv_camera/AdvCamera.swift, line 371

This is the line 371 in AdvCamera.swift: let devicePoint: CGPoint = (self.videoPreviewLayer).captureDevicePointConverted(fromLayerPoint: touchPoint)

I can't seem to comprehend what is the link between picking an image with image_picker and this package, but thought you may need to know about this.