imaginary-cloud / CameraManager

Simple Swift class to provide all the configurations you need to create custom camera view in your app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CameraManager.swift line 704

waylon-edmodo opened this issue · comments

partial apply for closure #1 in CameraManager.capturePictureDataWithCompletion(_:)

Fatal Exception: NSInternalInconsistencyException
*** -[AVCaptureStillImageOutput captureStillImageAsynchronouslyFromConnection:completionHandler:] Inconsistent state
partial apply for closure #1 in CameraManager.capturePictureDataWithCompletion(_:)
Crashed: com.twitter.crashlytics.ios.exception
SIGABRT ABORT 0x00000001afc0eebc

@waylon-edmodo

which version are you using?

@torrao 4.4.0

@waylon-edmodo

can you please try with the latest version: v5.1.0 and see if the problem remains?

Ok. I'll try it.

@waylon-edmodo

can you please try with the latest version: v5.1.0 and see if the problem remains?

the problem still remains

pod 'CameraManager', '5.1.0'
The issue still exists.

Hello @torrao,

I am using latest version and also experiencing this crash.
Just like in the issue stated, crash in my app was for iPad (6th generation) as well.