Skip to main content
Filter by
Sorted by
Tagged with
28 votes
1 answer
59k views

As far as i know, Android emulator doesn't have a camera. To capture a live image we have to use the web camera. I have seen code in this web site to use the web camera in the android emulator to ...
Kumar's user avatar
  • 5,489
144 votes
12 answers
63k views

The iPad-simulator is really small (like one third the size of the real iPad screen) on my 23" Full-HD screen (and also on the 15" MacBook Pro). Is there a way to resize it? I know it must maintain ...
Hedge's user avatar
  • 16.8k
100 votes
19 answers
61k views

I need to reset the iPhone Simulator a lot, and haven't found a way to do it without using the mouse. It's a small thing, but I'm really sick of doing it and would love to have a way to do this using ...
Cameron Brown's user avatar
1 vote
1 answer
3k views

I am writing an assembly program on the LC3 machine. My assembly program is an LC3 program that multiplies R2 and R3 and stores the result in R1. Here is my source code(with comments) ;Sets pc ...
committedandroider's user avatar
123 votes
7 answers
59k views

I have two different targets for my iOS app. Is it possible to run simultaneously the two apps on two different instances of the simulator? It's ok if it would require not to benefit of the Xcode's ...
vintagexav's user avatar
  • 2,057
116 votes
16 answers
182k views

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 network ...
HardikDG's user avatar
  • 6,122
21 votes
13 answers
52k views

What is the error listed below? 2011-02-23 21:24:12.218 Success[7238:207] * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Could not load NIB in bundle: '...
James K.'s user avatar
  • 211
217 votes
13 answers
128k views

When you "run" the simulator from xCode, the app automatically launches, and then you can click the home button to suspend the app. What I want to do is close the app from within the simulator. So, ...
Chicowitz's user avatar
  • 6,049
66 votes
9 answers
9k views

Till yesterday, everything was normal with Xcode. It was showing simulators as : But today, when I opened it, simulator list changed to : Every simulator can be seen twice, name followed by a unique ...
itsji10dra's user avatar
  • 4,673
20 votes
5 answers
5k views

I am working on a Philips 19" and upgraded Xcode to version 4.3.2. On the new "Retina Display" on iPad 3 (oh, sorry, on The New iPad) my iPad simulator changes it's resolution and the simulator has ...
Aleksey Potapov's user avatar
10 votes
5 answers
47k views

Everytime I run my app on the iPad simulator, it works flawlessly. But, when I run it on the iPhone simulator, when I click the home button, I get an error in Xcode in my main.m file, saying "Thread 1:...
Henry F's user avatar
  • 4,976
143 votes
3 answers
199k views

The IOS simulator in my computer doesn't have app store. I want to use the app store to test a program I wrote on my simulator. Is it possible to install the app store in my simulator?
William's user avatar
  • 1,425
43 votes
13 answers
31k views

CLLocationManager on iPhone Simulator is supposed to fake Cupertino (isn't it?) but it does NOT, it fails with kCLErrorDomain Code=0 instead. LocationManager's delegate receives the message ...
albertamg's user avatar
  • 28.6k
33 votes
10 answers
33k views

I just upgraded to iPhone SDK 3.2 Beta 4. Since doing so, I have not been able to get the app to launch in the iPhone simulator - it keeps launching in the iPad simulator. I have tried option-clicking ...
Garry Pettet's user avatar
  • 8,328
7 votes
3 answers
22k views

Possible Duplicate: gcc-4.2 failed with exit code 1 iphone I am getting the error Command /Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/gcc-4.2 failed with exit code 1 every ...
Mark Szymanski's user avatar
4 votes
1 answer
7k views

Can you install an Android Device Simulator in Xcode when using Apportable to convert an iOS app to Android or do I need an Android device to compile and run the project? I dont have an android device ...
CodyK's user avatar
  • 3,695
42 votes
8 answers
16k views

I'd like to change the location that screenshots created via File > Save Screen Shot in the iOS Simulator are saved from the desktop to a folder of my choice. How can this be done? Perhaps there's a ...
George WS's user avatar
  • 4,123
15 votes
4 answers
7k views

I'm using xcodebuild from the command line to compile several variations of an iPhone app but I've not been able to figure out how to deploy those builds into the iPhone Simulator from the command ...
Teflon Ted's user avatar
  • 8,906
8 votes
6 answers
10k views

I have a project on react native, I'm Stack all day with this error I try a lot of things but nothing works, build successfully but the application is not launched on device or simulator here is the ...
tamtoum1987's user avatar
  • 2,087
5 votes
3 answers
23k views

I am running a C program using GCC and a proprietary DSP cross-compiler to simulate some functioality. I am using the following code to measure the execution time of particular part of my program: ...
anshu's user avatar
  • 665
2 votes
1 answer
168 views

I am trying to figure out why I get a different behaviour in the simulator (iPhone, Nexus, Nexus5, ... skins ) VS on an Android real device with the following code (my goal is to draw a text over a ...
HelloWorld's user avatar
  • 2,353
0 votes
1 answer
380 views

I have created a new flutter project on Android studio. When I try to run it on emulator it gives this error: PhaseScriptExecution failed with a nonzero exit code When I check the "For install ...
akshaya M's user avatar
36 votes
13 answers
24k views

My app installs fine on the simulator and I can attach the process after opening it manually but it won't run from the debug play button without throwing the error below. I've tried all the tricks I ...
ShouldHaveBeen's user avatar
24 votes
5 answers
53k views

When I install my app on a genymotion simulater device,it can not be installed well,on console I got "INSTALL_FAILED_CPU_ABI_INCOMPATIBLE" I trid another app,it installed fine.I do not know why.
topxebec's user avatar
  • 1,427
20 votes
3 answers
14k views

In Xcode 7.1 Simulator, when using ⌘+s to save screenshot to desktop, it saves the actual size of the simulator. For example, iPhone 6 Plus 100% scale simulator save screenshots as 1242 x 2208; 25% ...
sbs's user avatar
  • 4,162