The iOS Simulator application presents the iPhone or iPad user interface in a window on the computer to emulate iPhone or iPad devices. This application provides several ways of interacting with it by using the keyboard and mouse to simulate taps, device rotation, and other user actions.

learn more… | top users | synonyms (2)

117
votes
21answers
57k views

iPhone - strange error when testing on simulator

I was testing my app on the simulator when it crashed on clicking a button of a UIAlertView. I stopped debugging there, made some changes to the code and built the app again. Now when I run the ...
41
votes
5answers
18k views

How can I programmatically determine if my app is running in the iphone simulator?

As the question states, I would mainly like to know whether or not my code is running in the simulator, but would also be interested in knowing the specific iphone version that is running or being ...
26
votes
5answers
24k views

Adding images to iPhone Simulator

I am trying to use UIImagePickerController with UIImagePickerControllerSourceTypePhotoLibrary, but it says, "No photos". Where does the simulator get the images from? Where should I copy the images so ...
25
votes
10answers
11k views

Screenshot Apps for iPhone simulator

I was wondering if there are any good recommendations on apps that takes screenshots of the iPhone simulator. I've tried apps like iPhone screenshot cropper but I'm looking for something that will ...
22
votes
13answers
19k views

Automated testing for iPhone

I know this one is going to be a long-shot, but I thought I'd try. Does anyone know of any automated test anything for the iPhone simulator? I'd love it if there was something like Selenium but for ...
21
votes
15answers
23k views

iPhone Simulator: SpringBoard failed to launch application with error: 7

Building an iPhone project results in: Failed to launch simulated application: SpringBoard failed to launch application with error: 7 And the app doesn't install on the simulator. What's this ...
21
votes
11answers
21k views

Unique identifier for an iPhone app

For an iPhone app that submits images to a server I need somehow to tie all the images from a particular phone together. With every submit I'd like to send some unique phone id. Looked at ...
20
votes
6answers
2k views

UITextField auto correction crash in iOS 4.3 on simulator

The UITextField's auto correction crashes my app on the simulator with iOS 4.3 sdk build target. Works fine on the device and in the simulator with iOS 4.2 sdk. Anyone else experiencing this issue? ...
19
votes
4answers
19k views

iPhone Multiple Columns in UITableView

I have multiple rows and columns of data. But iPhone UITableView contains only single column and multiple rows. How do I display my multi column data following Apple's Human Interface Guidelines? Any ...
16
votes
1answer
6k views

Running Apple Store Apps on iPhone simulator?

Can i run download applications from Apple Store on iPhone simulator?
16
votes
6answers
13k views

Sound not working in iPhone Simulator?

Somehow my iPhone Simulator is unable to play sounds. First an app I'm working on using AudioServicesPlaySystemSound() stopped working.. I spent a while debugging this but sound is still working on ...
15
votes
2answers
331 views

getting linking error due to different library for ios and iphonesimulator?

I am using libiVisualizationChart.a library, there are separate libraries for iphoneos and iphonesimulator. I have added both the libraries in xcode project and mentioned both the library paths in ...
15
votes
4answers
3k views

iOS simulator - How can I make default simulator as iPhone

I downloaded latest XCode with iOS 4.2 version. When I'm testing any app in simulator, its running in ipad simulator by default. How can I make my simulator default to iPhone.
12
votes
14answers
7k views

Failed to launch simulated application: Unknown error

OS X 10.5.7 (genuine Mac) Xcode 3.1.3 iPhone SDK 3.0 When I try to execute my iPhone application in simulator, I get the dreaded error message: Failed to launch simulated application: Unknown ...
12
votes
6answers
10k views

Cleaning up the iPhone simulator

Is there a straightforward way to clean up the directory where xcode deploys an app when building for the iPhone simulator? I have a sqlite database that gets copied into the Documents folder on ...
11
votes
5answers
3k views

LLVM ERROR: Cannot yet select: error

Hello i am getting the following error when I am running my app in the simulator. LLVM ERROR: Cannot yet select: ... It seems that other have reported similar issues for the same combo: * New sandy ...
11
votes
4answers
6k views

Crash logs generated by iPhone Simulator?

Are there any crash logs generated by iPhone Simulator? the Simulator crashes a lot but not leaving any traces in Console... the crash log will be useful.
10
votes
1answer
2k views

Writing to then reading from an offscreen FBO on iPhone; works on simulator but not on device?

I'm trying to do some image manipulation on the iPhone, basing things on the GLImageProcessing example from Apple. Ultimately what I'd like to do is to load an image into a texture, perform one or ...
10
votes
3answers
2k views

iPhone Simulator - SImulate a Slow Connection?

Is there a way to slow down the internet connection to the iPhone Simulator, so as to mimic how the App might react when you are in a slow spot on the cellular network?
10
votes
2answers
9k views

Attempting to deploy my app on my jailbroken iphone, but the app closes immediately!

I'm trying to develop iphone apps on my jailbroken iphone, and I can't seem to get the process down, for whenever I deploy my app, set all file permissions to 777, and respring, the application closes ...
10
votes
6answers
7k views

Where does the iPhone Simulator store its data?

I have a SQLite DB that I'm using to store app data, and I could do with taking a look inside it to debug a problem I'm having - but where does the iPhone Simulator store its data, typically?
10
votes
1answer
742 views

Screen Off event or property on iPhone

Is there a way to determine if the screen has been shut off via the top Power button? I just need to know if the screen has been somehow set to off to kill a loop that updates location. Thanks
9
votes
2answers
785 views

Turn off sound in iPhone Simulator

Is there an option to turn off sound, in iPhone Simulator? Or to adjust volume?
9
votes
3answers
3k views

Instruments - “Target failed to run”

I'm running iPhone OS 3.1.3 on the device and I can run my App in debug mode on the device. I downloaded and installed the xcode_3.2.2_and_iphone_sdk_3.2_final.dmg twice, without any luck. I ...
9
votes
8answers
3k views

iPhone development on PC

Can anybody shortly describe solutions to start develop for iPhone on PC?
9
votes
6answers
9k views

Simulating location updates on the iPhone Simulator

I want to allow users to set the GPS information on the iPhone Simulator via GUI. But I'm not sure how to archieve this - it seems that this tool called iSimulate does this somehow by installing an ...
9
votes
3answers
6k views

iPhone Simulator location

where in my machine is the iPhone simulator installed? Been trying to find out where a test application I run in the simulator is stored at. Also trying to find out when I run the default "Photos" ...
8
votes
2answers
400 views

Does the iOS-Simulator use multiple cores?

Now that the iPad 2 comes with two CPU cores, the debugging of threading issues will be more important than ever. Now I'm wondering: Does the iOS-Simulator actually use the multiple cores available on ...
8
votes
4answers
3k views

Is it possible to disable the network in iOS Simulator?

I am trying to debug some inconsistent behaviour I am seeing in an application that gets its primary data from the internet. I don't see the issues in the simulator, just on the device, so I'd like ...
8
votes
3answers
2k views

Simulate memory warnings from the code, possible?

I know i can simulate a memory warning on the simulator by selecting 'Simulate Memory Warning' from the drop down menu of the iPhone Simulator. I can even make a hot key for that. But this is not ...
8
votes
3answers
6k views

How can do I test a camera in the iPhone simulator?

Is there any way to test the iPhone camera in the simulator without having to deploy on a device? This seems awfully tedious.
8
votes
2answers
2k views

Terminal command to build and install the iPhone app in simulator without launching from Xcode

Is there any terminal command that can be used to achieve this? I know xcodebuild install -configuration can compile our xcodeproj from terminal without launching from Xcode, however the compilation ...
7
votes
7answers
3k views

Xcode with SDK 4.2 always starting iPad Simulator

Why does Xcode, after updating to SDK 4.2, always run my application in iPad Simulator instead of iPhone??? If I select iPhone Simulator as active executable it doesn't store my preference and runs ...
7
votes
2answers
4k views

Can Selenium test mobile webapps?

I need to test, with Selenium or a similar Ruby-aware automated testing tool, how my webapp behaves on iPhone's mobile Safari and on Android browser. How can I do that ?
7
votes
3answers
1k views

iOS Question. Can I distribute the Xcode simulator versions of my app?

I would like to send someone the Xcode simulator version - not the device version - of my iPad app. I have located the .app file in the Finder. Do I just zip it up and send it off or is it more ...
7
votes
1answer
893 views

Xcode, iPhone: How to detect simulator target at compile time?

I wonder if, when building an iPhone app for the Simulator, there are special DEFINEs added that allow me to conditionally compile for this case? If not, I'll have to add my own targets for this ...
7
votes
3answers
2k views

How to reset iPhone simulator

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 for ...
7
votes
1answer
5k views

iphone - How do I add videos to iPad simulator?

No, dropping the videos to ~/Library/Application Support/iPhone Simulator/3.2/Media/DCIM/100APPLE does not work totally, because the simulator can see the video on Photos.app, but when I try to ...
7
votes
5answers
596 views

iPhone Simulator crash with WebPreferences in the thread list

Apple Developer Reference Library has a class reference for WebPreferences I've searched SO, Dev Forums and Googled without any relevant results. EXC_BAD_ACCESS signal is generated. I can't find a ...
7
votes
2answers
3k views

Simulate airplane mode in iPhone Simulator

Is there any way to simulate airplane mode in the iPhone Simulator?
7
votes
4answers
9k views

iPhone simulator and applicationWillTerminate()

When my app is run in the iPhone simulator, the delegate method - (void)applicationWillTerminate:(UIApplication *)application is only called the first time I hit the iPhone simulator's home button. ...
6
votes
2answers
932 views

Can't scale device window in iOS Simulator

On the 24" iMac I'm using at work I cannot scale the iOS Simulator's window. The 100% and 50% menu entries are greyed out (and the keyboard shortcuts don't work either.) On my Mac Mini at home, it's ...
6
votes
3answers
2k views

How do I get video into the iPhone simulator camera roll in iOS 4.2?

I've tried the solution described here and here, namely copying a QuickTime movie to ~/Library/Application Support/iPhone Simulator/User/Media/DCIM/100APPLE/VID_0001.m4v, but this doesn't seem to do ...
6
votes
1answer
1k views

ttf font not available for iPhone in interface builder or simulator

I added a font file (.ttf) to my Xcode project, to resources. Also, I added it to the UIAppFonts in my info.plist. When I want to use this font though, I don't even see it as a choice in IB. After ...
6
votes
5answers
864 views

No more gdb in XCode console when build for iPhone simulator

Usually I use gdb backtrace to debug my application, but recently I can no longer do it when testing on iPhone simulator. The blue gdb word stops being displayed on console, and nothing happens when I ...
6
votes
2answers
681 views

How does XCode signal an app to stop while running in the simulator

In the typical build and run sequence of XCode, you often have your app still running in the iPhone simulator from the last time. XCode helpfully asks if you would like to stop the executable before ...
6
votes
1answer
966 views

Google maps style uipopovercontroller

I have a universal app. On the iPad, when pressing an annotation pin it shows the callout bubble. When I press the desclosure button, it loads a uipopovercontroller with a detailed view. What I want ...
6
votes
3answers
4k views

Image in UIAlertView

Is it possible to add image in the AlertView?like showing image from plist file. Need help. Thanks
6
votes
3answers
3k views

How to send HTTPS requests to host with untrusted server certificate in iPhone Simulator?

I develop an iPhone framework which sends HTTPS requests in order to communicate with a publicly available backend server. Currently I have a big problem regarding untrusted server certificates. The ...
6
votes
2answers
2k views

objc_setAssociatedObject unavailable in iPhone simulator

In the 3.1 SDk, Apple added support for associated objects. However, the simulator will not compile code that includes references to objc_setAssociatedObject, objc_getAssociatedObject, et al. ...

1 2 3 4 5 26