Why is file "UE4Editor-[MY_GAME].dylib" missing when building from shell using RunUAT

Solved.

Problem was with not cooking the uassets.
I need run at first command:

./Engine/Build/BatchFiles/Mac/Build.sh "${PROJECT_NAME}Editor" Mac Development "${PROJECT_DIR}/${PROJECT_NAME}.uproject"