I am trying to port my iOS application to tvOS. I followed step explained here to create a new target for tvOS. On compilation I get following error
iOS xibs do not support target device type "tv"
Do I have to make change in xib or create new UI from scratch for tvOS?