Hi guys,
We're testing our video editing iPad app on an M1 iMac and the export session export process starts but freezes and fails soon after with the following error.
Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED
MTLCompiler: Compilation failed with XPC_ERROR_CONNECTION_INTERRUPTED on 1 try
Any ideas on how to resolve this? Thanks!
Jed
Update: Looks like AVVideoCompositionCoreAnimationTool is causing the issue. When we commented out that line, the export was successful.
We're testing our video editing iPad app on an M1 iMac and the export session export process starts but freezes and fails soon after with the following error.
Compiler failed with XPC_ERROR_CONNECTION_INTERRUPTED
MTLCompiler: Compilation failed with XPC_ERROR_CONNECTION_INTERRUPTED on 1 try
Any ideas on how to resolve this? Thanks!
Jed
Update: Looks like AVVideoCompositionCoreAnimationTool is causing the issue. When we commented out that line, the export was successful.