ios-simulator Questions
4
Solved
I installed the Xcode-11-beta along with macOS 10.15 beta. At first I can play with SwiftUI preview normally. But after I tried to move the Xcode-beta from the ~/Downloads directory where I initial...
Auscultation asked 5/6, 2019 at 14:40
2
Solved
I have a SwiftUI ToolBar with 4 buttons, however the code I implemented is not correct because the buttons end up in weird places when changing the device type in simulator.
Even worse, when viewed...
Uintathere asked 5/2, 2021 at 22:4
15
I was able to run iOS simulator fine with Xcode 14 and my Mac recently updated the latest version of Xcode which is 15 then I'm no longer able to boot a device from its new simulator.
I did try man...
Aloud asked 26/9, 2023 at 4:26
15
Solved
I have an iphone simulator running on my Mac.
I have a .ipa file, can you please tell me how can I install it on the simulator?
Torrefy asked 5/2, 2009 at 19:15
9
Solved
It's a common case to run tests against different versions of iOS simulators/SDKs on CI. However, only the latest iOS simulator is installed by Xcode on default.
So I need install other missing iO...
Henderson asked 28/12, 2015 at 12:55
8
Solved
While I am developing the iOS app I need to test it in simulator with dark mode option so I can get more clarity about the app UI. But when I go to the Setting I am not getting option for dark mode...
Peccavi asked 18/9, 2019 at 8:48
15
I am facing this problem again and again. Anybody can give the solution to this problem except reboot the Mac?
I have already tried these tricks
simulator-->services-->a reset content and se...
Vespiary asked 27/3, 2015 at 8:37
7
I was working on a React Native project with a group and was asked to use the iPhone 13 simulator as a model while working. I only had access to the iPhone 12 simulator, and I saw that my XCode was...
Guimond asked 2/11, 2021 at 3:7
2
Solved
In an old project I noticed that all Simulator targets had a "(Rosetta)" indication whereas the project only contains Apple silicon compatible code and libraries.
I would like to build an...
Drake asked 26/4, 2023 at 11:10
10
I'm new to iOS development.
I downloaded Xcode 10.1 from AppStore but it had some errors at startup and couldn't show up. So I downgraded Xcode to version 10.0 (10A255) from Apple official downloa...
Ashworth asked 31/10, 2018 at 9:17
2
I'm trying to test a website on the iphone simulator, I made some javascript changes and my javascript files are being loaded from cache.
I see the old version files with safari web inspector, res...
Meany asked 8/10, 2017 at 3:12
9
Solved
My app uses the location service. To test what is happening when the user presses 'Don't allow' when the simulator asks for the permission to access the location service (when the app is started fo...
Nickles asked 4/5, 2010 at 8:8
12
Solved
How do I change time and time zone in the iPhone simulator?
Pineapple asked 9/11, 2009 at 8:9
5
Solved
I have an automation running in the iOS Simulator that I have to remove before another run. How do I remove the app from the iOS Simulator from the command line?
For each simulator device director...
Metalloid asked 16/10, 2014 at 1:0
16
Solved
I have downloaded Xcode 6.2 today which replaced previous Xcode 6.1
now to use simulator 7.1 & 8.1 it asks to download both simulators , but for some reason after trying 4-5 times it shows netw...
Bors asked 15/3, 2015 at 7:20
3
Solved
Using IOS Simulator, where does React-Native AsyncStorage save the data on disk ?
I am using IOS Simulator version 10.0 and running IOS 10.2 and react-native 0.40.0
Copeck asked 21/1, 2017 at 14:35
9
I have update my xcode to 14.1 and macOS to Ventura 13.0.1.
When I run my app from xcode on a simulator iPhoneSE 3rd generation (iOS 16) it works fine a few times. After that xcode is unable to lau...
Pipette asked 21/12, 2022 at 6:15
6
Solved
This folder exists.
I've tried moving it to the trash (it reappears and then this message pops up).
I've reset all permission to all enclosed folders to R+W.
I've repaired permissions on my d...
Potts asked 14/3, 2015 at 22:30
5
Solved
I am deleting some folders and files to make more space on my drive. I know that in path:
~/Library/Developer/CoreSimulator/Devices/
There are folders for each simulator and each version. This f...
Volotta asked 20/1, 2016 at 20:57
1
Simulator: iPhone 15 with IOS 17
Xcode: Version 15.0 (15A240d)
Simple example on just created project:
import SwiftUI
struct ContentView: View {
@State private var searchText = ""
var...
Fusible asked 23/9, 2023 at 21:34
4
Solved
Is there a tool that will do this? I want to be running the simulator and then be able to put the mouse over some point and have it tell me what the (x,y) coordinates are. Surely there's a simple t...
Chrystel asked 14/1, 2011 at 20:37
6
Solved
I'm trying to build a React Native project on a MacBook Pro with a M1 architecture, for iOS simulator.
The project built nicely on Intel architecture.
It also build on device and archive well on M1...
Cutty asked 18/12, 2020 at 22:44
3
I'm using Calabash to do some automated UI testing for my app, and I'm trying to touch some views which are embedded inside of a larger view, so I can't access their exact name to touch them direct...
Bering asked 26/8, 2015 at 18:19
18
Solved
I am trying to monitor calls from an app to my server just like Firebug does.
I could not find a way to see that in iOS Simulator or in xCode.
Is there a way to do that without sniffing all the tr...
Coincidence asked 20/6, 2012 at 21:19
16
Solved
I am taking screenshots from my iOS Simulator and trying to put them into iTunes Connect but it continues to tell me that I have the wrong size. They are the same size with the pictures that are al...
Mande asked 31/10, 2015 at 19:26
© 2022 - 2025 — McMap. All rights reserved.