PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Thursday, September 29, 2022

[FIXED] Why porting an iOS App to tvOS does not work?

 September 29, 2022     ios, tvos, xib     No comments   

Issue

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?


Solution

iOS xibs and storyboards are not supported on tvOS. However, you can tweak them manually to make them work.

[...] One of the biggest limitations is that the tvOS project will not even compile if there are iOS XIBs or storyboards present.

Here is a nice tutorial that might solve your problem.



Answered By - RafaƂ Sroka
Answer Checked By - Marie Seifert (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing