Iphone n内部一致性异常

Iphone n内部一致性异常,iphone,ios,objective-c,cocoa-touch,ios4,Iphone,Ios,Objective C,Cocoa Touch,Ios4,我为这一例外感到非常愤怒。谁来帮我做这个。我可以发送符号化的设备日志。当我单击我的操作按钮录制视频时会发生这种情况 - (IBAction)recordAndPlay:(id)sender { [self startCameraControllerFromViewController:self usingDelegate:self]; 我得到的例外是 2013-07-04 10:28:56.243 InstagramVideoEditor[7525:60b] *** Assertion fai

我为这一例外感到非常愤怒。谁来帮我做这个。我可以发送符号化的设备日志。当我单击我的操作按钮录制视频时会发生这种情况

- (IBAction)recordAndPlay:(id)sender {
[self startCameraControllerFromViewController:self usingDelegate:self];
我得到的例外是

2013-07-04 10:28:56.243 InstagramVideoEditor[7525:60b] *** Assertion failure in -[PLCameraView _displaySizeForPreviewForCameraMode:], /SourceCache/PhotoLibraryServices/MobileSlideShow-1928.4/Sources/PLCameraView.m:953

2013-07-04 10:28:56.251 InstagramVideoEditor[7525:60b] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: ''

*** First throw call stack:
(0x30c59b6f 0x3ac9e6af 0x30c59a49 0x3161102b 0x36f3043d 0x36f30629 0x36f30c15 0x36ede93d 0x36ee003b 0x36f3d091 0x36f0ccc3 0x33266821 0x332b3165 0x332b3133 0x332b26e1 0x332b2541 0x332b2335 0x3328640d 0x3324dce3 0x32eedc9f 0x32eed85f 0x32eee799 0x32eee15f 0x32eedf6f 0x32eedde5 0x30c2253d 0x30c1ff19 0x30c205b1 0x30b970cf 0x30b96ebb 0x35679793 0x33293a59 0xa27b5 0x3b1c4ab7)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb) 

我已经尝试了所有张贴的解决方案,但到目前为止我没有运气!以下是日志中的日志,我想知道当库将其用作委托时是否释放了“self”。调用此方法后,self的引用计数是多少?