UE3 - UDK Error while packaging game for Mac App Store

  • Two Factor Authentication is now available on BeyondUnreal Forums. To configure it, visit your Profile and look for the "Two Step Verification" option on the left side. We can send codes via email (may be slower) or you can set up any TOTP Authenticator app on your phone (Authy, Google Authenticator, etc) to deliver codes. It is highly recommended that you configure this to keep your account safe.

bluekylin

New Member
Jan 28, 2012
1
0
0
This is the log of Unreal Frontend:

MacP WARNING: Failed to copy file to 'O:\UDK\UDK-2011-12\UDKGame\Build\Mac\Mac-Deploy\Shipping\MyGame.app\Contents\_CodeSignature\CodeResources'
MacP WARNING: Exception: Could not find a part of the path 'O:\UDK\UDK-2011-12\UDKGame\Build\Mac\Mac-Deploy\Shipping\UDKGame-Mac-Shipping.app\Contents\_CodeSignature\CodeResources '. (going to retry copy)
MacP WARNING: Failed to copy file to 'O:\UDK\UDK-2011-12\UDKGame\Build\Mac\Mac-Deploy\Shipping\MyGame.app\Contents\_CodeSignature\CodeResources'
MacP WARNING: Exception: Could not find a part of the path 'O:\UDK\UDK-2011-12\UDKGame\Build\Mac\Mac-Deploy\Shipping\UDKGame-Mac-Shipping.app\Contents\_CodeSignature\CodeResources '. (going to retry copy)
MacP WARNING: Failed to copy file to 'O:\UDK\UDK-2011-12\UDKGame\Build\Mac\Mac-Deploy\Shipping\MyGame.app\Contents\_CodeSignature\CodeResources'
MacP WARNING: Exception: Could not find a part of the path 'O:\UDK\UDK-2011-12\UDKGame\Build\Mac\Mac-Deploy\Shipping\UDKGame-Mac-Shipping.app\Contents\_CodeSignature\CodeResources '. (going to retry copy)
MacP WARNING: Failed to copy file to 'O:\UDK\UDK-2011-12\UDKGame\Build\Mac\Mac-Deploy\Shipping\MyGame.app\Contents\_CodeSignature \CodeResources'
MacP WARNING: Exception: Could not find a part of the path 'O:\UDK\UDK-2011-12\UDKGame\Build\Mac\Mac-Deploy\Shipping\UDKGame-Mac-Shipping.app\Contents\_CodeSignature\CodeResources '. (going to retry copy)
MacP WARNING: Failed to copy file to 'O:\UDK\UDK-2011-12\UDKGame\Build\Mac\Mac-Deploy\Shipping\MyGame.app\Contents\_CodeSignature\CodeResources'
MacP WARNING: Exception: Could not find a part of the path 'O:\UDK\UDK-2011-12\UDKGame\Build\Mac\Mac-Deploy\Shipping\UDKGame-Mac-Shipping.app\Contents\_CodeSignature\CodeResources '. (going to retry copy)
MacP ERROR: Failed to copy file to O:\UDK\UDK-2011-12\UDKGame\Build\Mac\Mac-Deploy\Shipping\MyGame.app\Contents\_CodeSignature\CodeResources and there are no more retries!
MacP ERROR: Application exception: System.Security.Cryptography.CryptographicException: The system cannot find the file specified.
at System.Security.Cryptography.CryptographicException.ThrowCryptographicException(Int32 hr)
at System.Security.Cryptography.X509Certificates.X509 Utils._QueryCertFileType(String fileName)
at System.Security.Cryptography.X509Certificates.X509 Certificate.LoadCertificateFromFile(String fileName, Object password, X509KeyStorageFlags keyStorageFlags)
at MacPackager.CodeSignatureBuilder.InstallCertificates(List`1 CertFilenames)
at MacPackager.CodeSignatureBuilder.PrepareForSigning ()
at MacPackager.CompileTime.PackageApp()
at MacPackager.Program.Main(String[] args)

COMMANDLET 'MacPackager.exe PackageMAS UDKGame Shipping INT' FAILED

What's the CodeResources? How to resolve it?