If you guys did same mistake like me as upgraded to buddypress 1.6 beta.. here is Gravity Forms User Registration Add-On fix for bp1.6beta
Find line 1427:
$bp_field->bp_xprofile_field($meta_item['meta_name']);
Replace with:
$bp_field->__construct($meta_item['meta_name']);