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

Thursday, September 29, 2022

[FIXED] How can I install an app in a tvOS simulator?

 September 29, 2022     ios-simulator, tvos, xcode     No comments   

Issue

I'm building an application for tvOS and would like our QA department to be able to do sanity/smoke tests without necessarily having an Apple TV device. The people in the department can easily get access to Macs with Xcode.

I can build and package both device and simulator targets through our build system.

What I can't figure out (without a lot of hacking of UUID-named directories) is how to take a simulator build to a different machine and install it on a simulator there.

I'm interested in either a mechanism I've missed or scripting tips for how to install the build.


Solution

Grab the .app bundle from the build directory under Build/Products/debug-iphonesimulator. Then drag & drop it on the Simulator window, or use xcrun simctl install to do it from a script or Terminal.



Answered By - russbishop
Answer Checked By - Mary Flores (PHPFixing Volunteer)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home
View mobile version

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