iphone-simulator

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 immediately when I try to launch it. Furthermore, it does not have the auto-gloss xcode shows in the iphone simulator, so what gives? I'v...

How To Push Video on iPhone Simulator?

Hello, I would like to push a video into iPhone simulator to test video picking in UIImagePickerController. Is it possible to do that? And if it possible, could you please provide me with some advices? Thanks. ...

Touch Controls working on Simulator, not on Device

See topic. It's just with one application -- 2 of them work fine, but the third (and largest, go figure) doesn't respond to touch events. I tried changing a UIImageView's location on TouchesBegan, and that doesn't show up (but it does in the Simulator!) -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ UITouch *touch =...

Why does my iphone simulator's apps keep crashing?

Whenever i run my applications on my simulator it crashes This has never happened before.. any thoughts? ...

My iPhone Simulator Crashes Everyother Time I Run it

The app will run fine, then crash - literally every other time. It seems like the crash cleans up the memory and clean run corrupts the memory. I assume it has to do with memory allocation but I am not sure. - (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath { static NSString *MyI...

Table view can be reordered on simulator but not device (OS 3.0)

I am attempting to create a table view whose cells can be reordered (using the tableView:moveRowAtIndexPath:toIndexPath table view data source delegate method). What I have written works fine in the simulator (in OS 3.0) but not on the device (iPod touch with OS 3.0). The drag controls are visible on both the simulator and device, and ...

applicationWillResignActive how to test on iPhone simulator

My iPhone application has code that handles the event for when the iPhone falls asleep, and re-awakens. My question is, how do I test this using either the iPhone or the simulator. Is there a hotkey or command to force the phone or simulator to fake "go to sleep?". Thanks. ...

Two iPhone Simulators at the same time?

Is it possible to run the iphone app in two iphone simulator at the same time? If Yes Let me know?Please. ...

Files from Document folder on iPhone Simulator are sometimes different

Hi, I have noticed that my application's Document folder is sometimes different. The workflow was following: I started writing files into Document folder (File Set A). And it appeared empty one time. So I decided to write files again (different files) (File Set B). After the Simulator sometimes starts with files of Set A and someti...

iPhone release build not functioning the same as debug build

My program works the way I want it to on both the iPhone simulator and the iPhone itself when using the debug build. However when I change it to the release build, its works on the iPhone simulator but not on the device. I'm trying to animate a ball across the screen with a timer and the ball should bounce off the sides if it collides wi...

Possible to use iPhoneSimulators framework in a Cocoa App?

I am toying with the idea of creating a iPhone UI editor that isn't Interface Builder! Mostly to see if it is possible to do... I have been able to link to the UIKit.framework in a Cocoa app that I have created by dynamically loading it (via NSBundle functionality). I have been able to instantiate an UIView from there. Now the question i...

iPhone: CGBitmapContextCreateImage() only works in Simulator

Hi, I created an app which creates an image by using CoreGraphics. The images appears on the screen when using the iPhone Simulator (OS 3.1 beta3) but not when I run the application on the device. What could be the cause of this? The code snipped which extracts the image from the context and puts it in an image view looks like this: ...

Specifying which iPhone OS to run on the device?

I have noticed in the iPhone Simulator an option in one of the menus to specify which OS to run the Simulator under. I'm wondering if something similar is possible for the device itself (of which I have only one), so I can test my app on the actual hardware under varying OS versions? ...

How to change/reset iPhone simulator device ID ?

(subj) Thanks. ...

Core Data quesition.

Hi there, I'm trying to write two applications (iphone and desktop) to achieve what's been described in the following link: core-data-is-it-possible-to-build-a-desktop-app-to-create-the-data-model-for-an Ok. So I've created a very simple desktop app the has a single entity named Client with a string attribute field called name. I've ...

iphone core data executeFetchRequest memory issue

Hi there, I keep getting a -> Program received signal: “EXC_BAD_ACCESS”. In the following code but I don't really understand why. If I comment out the "executeFetchRequest" lines it goes away. Shouldn't the [results release]; be all that's required? Thanks in advance, Matt // Implement viewDidLoad to do additional setup after loa...

In xcode 3.2, does the iPhone simulator approximate CPU speed?

I just upgraded to Snow Leopard and have noticed that my NSLog() calls (among other things) in the iPhone simulator are taking quite a long time, way longer than they used to. Did Apple update the simulator to better approximate the iPhone's CPU speed? ...

Monkey testing for iPhone?

Is there a tool for monkey testing for iPhone? Like in the simulator. ...

Reduce the size of the iPhone Simulator window?

Is it possible to resize the iPhone Simulator? I'm using screen capture software to record a demo of my iPhone application, and it would be handy to be able to resize the iPhone Simulator window. Thanks! ...

Suddenly I am not able to build for the iphone simulator...

Hi Everyone, Sometimes one wants to really hate the Apple development environment. Seriously, does it need to be this complicated? My problem is this. I am no longer able to build my project to the Simulator. I am getting the following errors. I realize it is a linker error - what I dont understand is 1) why this suddenly is no l...