Unitary matrix constraint cvx matlab

Hi,
I have one unitary constraint with the decision variable Phi of order 2 \times 2.

Phi’*Phi==1;

but i received an error
Only scalar quadratic forms can be specified in CVX

That constraint s non-convex.