iphone-simulator

iPhone Simulator is slow compared to device

Hi all, I've been working on a new app, and when I run it on the simulator, it's VERY slow. There's nothing fancy in the app, just UINavigationControllers and text. The slowness only occurs if I launch the app from Xcode (with or without debugging on, doesn't matter). If I run the app on my iPhone or launch it directly from the simulator...

XMLParser Iphone Device Problem

Hi, i have developed an applikation which loads a specified url with an XML Parser. This URL changes sometimes, and every 4 seconds it reloads.(via NSTIMER) On the simulator it works perfectly but on the device it is always the same ( like a kind of caching) -(void)parseXMLFileAtURL:(NSString *) URL{ NSLog(@"Parsed XML URL: %@", UR...

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 allow me to make larger images. For example large enough to put on a poster. Any suggestions? ...

How do I open an Excel file while working with iphone simulator?

How do I open an Excel file while working with iphone simulator? ...

accessing data saved in the iPhone simulator.

I'm working on a game and I'd like to give a non-developer friend a little level editor so they can build levels while I continue working on the development. I quickly knocked up the following to see if it would create a file my friend could copy and email to me for later use. // Archive Test NSMutableDictionary *leveldata = [NS...

Unable to see second animation started from separate animationDidStop

I'm having some problems getting CoreAnimation to perform multiple animations in succession on the iPhone simulator. I have many layers in my application that I animate – these layers are all sublayers of the layer associated with a UIView in my application. After I animate the first sublayer's position (using explicit animation - CAKeyF...

Changing graphics when using iPhone Simulator

To increase productivity I'd like our external artists to be able to change graphics in our new iPhone game directly from the iPhone Simulator, so that he can experiment with various graphics without having the source code (for security and practical reasons). I've already provided him with the simulator, and he got a copy of the game f...

Text misalignment on tableview cells on iPhone device

For some reason, when I am using the iPhone simulator, all of my text in my tableview cells displays correctly. However, when I publish to the device, the text inside of the cell is shifted up to almost outside of the bounds of the cell. Any ideas as to why this would be happening on the device and not on the simulator? ...

crashed on iphone but not on simulator

It is really mind boggling to find out many differences between the iphone and the simulators. I spent several hours trying to figure out why my application ran on the simulator but crashed on my iphone device. It turns out the culprit is sortedArrayUsingDescriptors. Are there more get-you like this? Please share with me. To share with ...

What is minimum hardware and software requirements for Iphone native apps development?

Can i develop and test iphone native applications on windows pc and testing in any iphone simulator? If no then, What is minimum hardware and software requirements for Iphone native apps development. I want to make development environment setup in minimum possible price. ...

How can I make an iPhone reel like in FlickFishing?

Hi, I'm new in iPhone development, and I want to make a custom Reel/Spinner like the Reel in many iPhone fishing games, and I want capture the touch events, such as if the reel is moved to the right/left. Where should I start? Thank You! ...

can we check push notification in simulator?

I want to know that can we receive push notification on simulator or not.also i want something like this tell me if it is possible.the app opens unregistered for push notification and when app terminates register for push notification. ...

XCode - Framework problem on simulator

Hello, I was trying to use some CLLocation code from an example in here (http://www.mobileorchard.com/hello-there-a-corelocation-tutorial/). The code worked awesomely! After I installed the application on a Device the application SIMPLY works on Simulator no more. =( I've searched about it and it looks like Framework link error. I can`...

iPhone simulator failed to install the application

I have an account on a university computer network, and whenever i try to Build and Go with an application in Xcode, i get this error : Error from debugger: Failed to launch simulated application: iPhone Simulator failed to install the application The SDK is installed in /Developer as expected and i have created my project directory o...

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. ...

Iphone simulator and webcam

Can we make able the iphone simulator to capture an image via webcam, I've written a program to take image from iphone camera. Can i test this with the iphone simulator??? Pls help ...

MFmailcomposer works fine in iphone but not in simulator!!

MFMailcomposer works fine in iphone but when run in simulator mails are not sent. and when sent from iphone if image is attached in mail it displays broken image. image is not clear. i am not getting what is the problem. right now i dont have device and from simulator its not sending mails. ...

When does applicationDidFinishLaunching run on IPhone simulator?

In an IPhone app, I put a breakpoint in appDidFinishLaunching, and when I invoked the program from the compiler using command-Return, the code stopped at my breakpoint. Then I shut down the program, but not the simulator. When I then invoked the program from the program icon, the code did not stop at my breakpoint. The breakpoint wa...

Image is not shown inside email body but sent as attachment.

I have added image in mail body. but when i send mail image is sent as an attachment but not shown in email body. I have to show it in body. i have done it like this NSString *path = [[NSBundle mainBundle] pathForResource:@"image" ofType:@"png"]; NSData *myData = [NSData dataWithContentsOfFile:path]; [picker addAttachmentData:myData mi...

Sending email-Iphone simulator

I've create an application where the user is able to send some info to others via email. But how could i test this on simulator? Is there any way to do that? ...