Hey guys,
I’ve been working on build distribution ipa for almost 6 hours and almost all problems were solved except this one. Here is my working environments and steps:
1 Mac with xcode9.0.
1 windows PC with UE 4.18.
- I’v create a distribution certificate and export as .P12 file
- Add a provisioning file and download through Apple website
- Mac remote control set
- Set UE4 package settings to shipping ( also for distribution)
- Set auth for UE4_cmd.exe
- set ios bundle id, import certificate and provisioning file (boih valid)
- Build → failed
Log:
UATHelper: 打包 (iOS): IPP WARNING: Failed to find a valid matching mobile provision, will attempt to use the embedded mobile provision instead if present
UATHelper: 打包 (iOS): … ‘G:\Unreal4\UE_4.18\Engine\Build\IOS/NotForLicensees/UE4Game.mobileprovision’ → ‘I:\Unreal4\Projects\ProjectWM2\Intermediate\IOS-Deploy\ProjectWM2\Shipping…\XcodeSupportFiles\2011-20140516TC_UE4Temp.mobileprovision’
UATHelper: 打包 (iOS): Copy: G:\Unreal4\UE_4.18\Engine\Build\IOS\NotForLicensees\UE4Game.mobileprovision → I:\Unreal4\Projects\ProjectWM2\Intermediate\IOS-Deploy\ProjectWM2\Shipping…\XcodeSupportFiles\2011-20140516TC_UE4Temp.mobileprovision, last modified at 1601/1/1 8:00:00
UATHelper: 打包 (iOS): IPP WARNING: Failed to copy file to ‘I:\Unreal4\Projects\ProjectWM2\Intermediate\IOS-Deploy\ProjectWM2\Shipping…\XcodeSupportFiles\2011-20140516TC_UE4Temp.mobileprovision’
UATHelper: 打包 (iOS): IPP WARNING: Exception: δ���ҵ�·����G:\Unreal4\UE_4.18\Engine\Build\IOS\NotForLicensees\UE4Game.mobileprovision����һ���֡� (going to retry copy)
UATHelper: 打包 (iOS): IPP WARNING: Failed to copy file to ‘I:\Unreal4\Projects\ProjectWM2\Intermediate\IOS-Deploy\ProjectWM2\Shipping…\XcodeSupportFiles\2011-20140516TC_UE4Temp.mobileprovision’
UATHelper: 打包 (iOS): IPP WARNING: Exception: δ���ҵ�·����G:\Unreal4\UE_4.18\Engine\Build\IOS\NotForLicensees\UE4Game.mobileprovision����һ���֡� (going to retry copy)
UATHelper: 打包 (iOS): IPP WARNING: Failed to copy file to ‘I:\Unreal4\Projects\ProjectWM2\Intermediate\IOS-Deploy\ProjectWM2\Shipping…\XcodeSupportFiles\2011-20140516TC_UE4Temp.mobileprovision’
UATHelper: 打包 (iOS): IPP WARNING: Exception: δ���ҵ�·����G:\Unreal4\UE_4.18\Engine\Build\IOS\NotForLicensees\UE4Game.mobileprovision����һ���֡� (going to retry copy)
UATHelper: 打包 (iOS): IPP WARNING: Failed to copy file to ‘I:\Unreal4\Projects\ProjectWM2\Intermediate\IOS-Deploy\ProjectWM2\Shipping…\XcodeSupportFiles\2011-20140516TC_UE4Temp.mobileprovision’
UATHelper: 打包 (iOS): IPP WARNING: Exception: δ���ҵ�·����G:\Unreal4\UE_4.18\Engine\Build\IOS\NotForLicensees\UE4Game.mobileprovision����һ���֡� (going to retry copy)
UATHelper: 打包 (iOS): IPP WARNING: Failed to copy file to ‘I:\Unreal4\Projects\ProjectWM2\Intermediate\IOS-Deploy\ProjectWM2\Shipping…\XcodeSupportFiles\2011-20140516TC_UE4Temp.mobileprovision’
UATHelper: 打包 (iOS): IPP WARNING: Exception: δ���ҵ�·����G:\Unreal4\UE_4.18\Engine\Build\IOS\NotForLicensees\UE4Game.mobileprovision����һ���֡� (going to retry copy)
UATHelper: 打包 (iOS): IPP ERROR: Failed to copy file to I:\Unreal4\Projects\ProjectWM2\Intermediate\IOS-Deploy\ProjectWM2\Shipping…\XcodeSupportFiles\2011-20140516TC_UE4Temp.mobileprovision and there are no more retries!
UATHelper: 打包 (iOS): IPP ERROR: Application exception: System.IO.FileNotFoundException: δ���ҵ��ļ���I:\Unreal4\Projects\ProjectWM2\Intermediate\IOS-Deploy\ProjectWM2\XcodeSupportFiles\2011-20140516TC_UE4Temp.mobileprovision����
I’ve attached log screenshot and setting screenshot , any help would be appreciated! many thanks!