Tagged Questions

The iOS Simulator allows you to execute your iOS app on your computer. You get several real interactions: switching screen orientations, simulating memory warning, adding a second display to your device. iOS Simulator can simulate three devices (iPhone, iPhone with Retina display, and iPad) and ...

learn more… | top users | synonyms (2)

142
votes
23answers
65k 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 ...
44
votes
5answers
19k 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 ...
30
votes
11answers
12k 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 ...
28
votes
5answers
25k 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 ...
24
votes
13answers
20k 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 ...
22
votes
6answers
3k 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? ...
22
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 ...
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 ...
19
votes
4answers
20k 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
14k 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
340 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.
13
votes
6answers
8k 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?
12
votes
3answers
1k views

Stop “developer tools access needs to take control of another process for debugging to continue” alert

I recently upgraded to 10.7.3, and when I try to debug my iOS project in the simulator for the first time after logging in, I'm prompted with the following two alerts: My user is an admin user. ...
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
11k 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
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?
11
votes
5answers
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.
11
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
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
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 ...
10
votes
1answer
746 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
4answers
6k views

how to change Xcode Project name

i have developed my app in xcode for iPhone , in start i have just named it without secnec now i want to change my app name i have replace my old app name with new one as i have found the name in my ...
9
votes
2answers
849 views

Turn off sound in iPhone Simulator

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

iPhone development on PC

Can anybody shortly describe solutions to start develop for iPhone on PC?
9
votes
7answers
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
424 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
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 ?
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
4answers
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 ...
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
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 ...
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
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
936 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
1answer
6k 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
603 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
3answers
2k views

Importing AddressBook data into the iPhone Simulator

Is there an easy way to import AddressBook data into the iPhone Simulator? Right now my only assumption is to manually modify the SQLite files found in the /Library/Application Support/iPhone ...
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
3answers
62 views

Seeing the NSLog for an app running directly in simulator, not via Xcode

Is there any way I can see the console logs of an app running in the iOS simulator when I do not run the code via Xcode? I am directly opening the app from within the simulator. Can I see the NSLog ...
6
votes
4answers
5k views

dial a phone number using iOS

does anyone know how to dial programmatically a phone number that includes number and access code using iOS sdk. EX: number: 900-3440-567 Access Code: 65445
6
votes
2answers
1k 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
5answers
915 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 ...

1 2 3 4 5 27