Package game from built from source engine

I have compiled UE4.19.2 from source the editor works,
My game works in PIE stand aline and even with lunch project (cook by the book).

However when I am trying to package my game I get the following error and output:

UATHelper: Packaging (Mac):   LogCook: Display: Cooker output 5A0655D5614CD2F67C5757A6B1671339: LogInit: Warning: Incompatible or missing module: UE4Editor-NordicWarriors.dylib
UATHelper: Packaging (Mac):   LogCook: Display: Cooker output 5A0655D5614CD2F67C5757A6B1671339: LogInit: Warning: Incompatible or missing module: UE4Editor-EasyActionPlugin.dylib
UATHelper: Packaging (Mac):   LogCook: Display: Cooker output 5A0655D5614CD2F67C5757A6B1671339: LogInit: Warning: Incompatible or missing module: UE4Editor-CSWAutoSaveAndLoadSystem.dylib

PackagingResults: Error: Child cooker 21814743F446E344BFE22B93CBC5C4D4 returned error code 1
PackagingResults: Error: appError called: Assertion failed:  [File:/Users/romalevin/Desktop/Workspace/UE4/UnrealEngine-4.19/Engine/Source/Editor/UnrealEd/Private/CookOnTheFlyServer.cpp] [Line: 6196]
UATHelper: Packaging (Mac):   LogICUInternationalization: Display: ICU TimeZone Detection - Raw Offset: +2:00, Platform Override: ''
UATHelper: Packaging (Mac):   LogCrashDebugHelper: Warning: CrashDebugHelperConfig invalid
UATHelper: Packaging (Mac):   LogCrashDebugHelper: Warning: PDB Cache disabled
PackagingResults: Warning: CrashDebugHelperConfig invalid
PackagingResults: Warning: PDB Cache disabled

Any ideas ?

Apparently deleting everything from everywhere UE4 related, redownload rebuild the source - then make an installed build fixed the problem.