How to make the simulator work? #3175
-
If you are looking for help, please confirm the following...
Which mobile framework are you using?iOS (Swift, Objective-C) Steps to reproducei createda team, launch a successful build, but cannot see the simulator anywhere to launch it? Any pointers? thanks Expected resultsrun simulator with the build Actual resultscannot see the simulator anywhere Build id (optional)No response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
Hello @lpalad , you have to run a build that targets the simulator and produces a Once you do that, there'll be a Quick Launch button for launching the simulator next to the |
Beta Was this translation helpful? Give feedback.
-
Hi @lpalad, how did it go? Did you manage to make it work? |
Beta Was this translation helpful? Give feedback.
-
Hi David, im having huge problem with Next Native. It is not rendering the card display for video thumbnail via AWS API. Could you do me a favour and test your app with API GET to display video thumbnail? Cheers |
Beta Was this translation helpful? Give feedback.
Hello @lpalad , you have to run a build that targets the simulator and produces a
.app
artifact, see an example in our documentation: https://docs.codemagic.io/yaml-testing/app-preview/#creating-ios-app-binaries-for-previewing-on-the-simulatorOnce you do that, there'll be a Quick Launch button for launching the simulator next to the
.app
artifact in your build overview.