Looks specific to iOS 12 and most recent MMP version 1.83. Opening a file from Mail or other app (via "Copy To MobMuPlat") crashes.
Error:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Application has LSSupportsOpeningDocumentsInPlace key, but doesn't implement application:openURL:options: on delegate <AppDelegate: 0x281fc9b40>'
That's a recent plist change...which really should have a compile-time error in this case....
Looks specific to iOS 12 and most recent MMP version 1.83. Opening a file from Mail or other app (via "Copy To MobMuPlat") crashes.
Error: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Application has LSSupportsOpeningDocumentsInPlace key, but doesn't implement application:openURL:options: on delegate <AppDelegate: 0x281fc9b40>'
That's a recent plist change...which really should have a compile-time error in this case....