I had an entity class in Aib\\PlatformBundle\\Entity\\User.php
I had no problems trying to create its form class through
php app/ console doc
Had this problem - don't forget the annotation * @ORM\Entity like below:
* @ORM\Entity
/** * Powma\ServiceBundle\Entity\User * * @ORM\Entity * @ORM\Table(name="users") */