

Self.dAlertView?.attachedView.mm_dimBackgroundBlurEnabled = false Self.dAlertView?.attachedView = self.view // this crashes when on self.view? But it works with the encryption? Not working: self.dAlertView = MMAlertView(inputTitle: "Message", detail: string, placeholder: "Password", handler: alertCompletion) Self.alertView?.show(0-CGFloat(self.heightForOrientation(self.interfaceOrientation, withTopBanner: false))) Self.alertView?.attachedView.mm_dimBackgroundBlurEnabled = false The working code: self.alertView = MMAlertView(inputTitle: "Message", detail: "Please enter.", placeholder: "Password", handler: alertCompletion) But I'm receiving the error 'NSInternalInconsistencyException', reason: 'attempting to add unsupported attribute: (null)' Iv basically made a very similar new controller and trying to display the same alert, so i have copy pasted. Iv already got a view controller where a alert is presented and works as expected *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Modifications to the layout engine must not be performed from a background thread after it has been accessed from the main thread.Im using a (lightly modified)third party package:

Libc++abi: terminating with uncaught exception of type NSExceptionĭyld4 config: DYLD_LIBRARY_PATH=/usr/lib/system/introspection DYLD_INSERT_LIBRARIES=/Developer/usr/lib/libBacktraceRecording.dylib:/Developer/usr/lib/libMainThreadChecker.dylib:/Developer/Library/PrivateFrameworks/amework/libViewDebuggerSupport.dylib App is crashing at the time of loading.Ġ21-11-01 09:47:30.212099+0100 ***.xxxx *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Modifications to the layout engine must not be performed from a background thread after it has been accessed from the main thread.'
