ACF: How can I publish values of ACF fields in a loop while using wp_query?

Try

$PostID = get_the_ID();
the_field('text_field', $PostID);