iphone-simulator

iAd Test App is missing from the iPhone Simulator

I ran into a strange issue - iAd Tester app is no longer present in iPhone Simulator so I can't test iAds on it. I am using Xcode 3.2.4 with iOS 4.1 and iAd Framework 1.1.1. I tried re-installing the whole thing (Xcode and iAd package) and resetting the content of the simulator using command from the menu and manually deleting everythin...

Leaks on iPhone, but not in Simulator, involving external libraries?

I need help with pinpointing source of leaks that all originate from external libraries, so I can't figure out if it's anything I'm doing. Strangely, on the simulator there are no leaks! Some of the Leaked Objects / Responsible libraries / ResponsibleFrames that show up are these: UIImageView iAd -[ADBrandingFrame ...

iphone simulator & videos

hi friendz, i just want to know is it possible to save video in iphone simulator iphone 3.1 if yes then how?? ...

Why does this Audio Unit RemoteIO initialisation work on iPhone but not in simulator?

I am using the Audio Unit services to set up an output rendering callback so I can mix together synthesized audio. The code I have seems to work perfectly on the devices I have (iPod Touch, iPhone 3G, and iPad) but fails to work on the simulator. On the simulator, the AudioUnitInitialise function fails and returns a value of -10851 (kA...

UIViewController's viewDidAppear not being called after a modal close.

A UIViewController (View A) invokes another view controller (View B) by invoking it as a modal control. [self presentModalViewController:ViewB animated:TRUE]; And View B exists by invoking: [self dismissModalViewControllerAnimated:TRUE]; When this occurs everything looks right EXCEPT that View A's viewWillAppear and viewDidAppear doe...

This coder requires that replaced objects be returned from initWithCoder:'

Hello Everybody! I'm testing my app on simulator 3.1.3 release, it runs fine. When it come to simulator 3.2 or 4.0, it crashes right from the beginning: 2010-09-28 18:36:39.957 Angeloni[23268:207] *** Terminating app due to uncaught exception 'NSGenericException', reason: 'This coder requires that replaced objects be returned from init...

Linker error when compiling iPhone app for Simulator using OGRE libraries

I'm trying to build an iPhone app using the OGRE framework, and I'm getting a linker error when building for the simulator that I'm not sure how to fix. I created the Xcode project using the OGRE iPhone template. I'm using the static libraries for OGRE from the main website, Ogre_iOS_4.0_Dependencies_20100623, and trying to build for t...

How to access iPhone Simulator's images

Is there any way to access the internal images that the iPhone simulator uses? For example, if I want to get the original image used for one of the default app icons (e.g. Contacts). This way I could get the highest possible resolution, and examine it for purposes of creating similar icons for my app. Another example of an image I migh...

how to download the lastest mobileone studio .

the download url is : http://www.genuitec.com/mobile but ,you know , i am in china , my country has GTW , freegate not work well now , i can't open the url , what can i do ? has any other url can download lastest mobione studio ? thanks ...

What Safari version is in iPhone simulator 4.0?

Whats the version of Safari is in iPhone simulator 4.0 (XCode)? ...

iPhone SDK - plist not being copied to simulator

Hi, I've created a pList (myData.plist) in XCode & populated it, but when I run the program it's not being copied to the iphone simulator directory. Hence, I can't read from it. I've logged the filename and it appears to be pointing to the correct place, there's just no plist file there (confirmed in Finder) NSArray *paths = NSSearch...

NSDateFormatter - 1 day incorrect?

Hi. I am importing a CSV file with a date format of month/day/year (e.g. 21/01/2007). I am looping through the CSV some are working but some are coming out with the date 1 day previous with a time of 23:00? One of the dates that are not working would look like this: NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; ...

Using the iOS simulator to test websites

I'd like to test a website with iOS. Is it possible to use the iOS simulator to run the iOS browser? ...

Iphone Grouped tableview with nib file by row, my rows restart in every section and it wont show the next section rows

Hello Guys Im starting with the SDK and I am trying to set an app using a tableview to display the info, Im going to say thanks in advance, because I know some of you experts can help me with my problem. I created a window base application and Im using a tab bar with a tableview that has a navigation bar to go back and forward in it, an...

Directory Listing Denied on iPhone Simulator

I need help with this I tried for a long time trying to solve this error each time I attempt to use the iPhone Simulator to connect into the internet. I kept getting this error. Directory Listing Denied. This Virtual Directory does not allow contents to be listed. the website im connecting to? http://www.youtube.com/ How do I solve thi...

Should I obtain a Mac to develop or test my iPhone web app?

I've been developing an iPhone web app on a Windows XP box using MobiOne Test Center and Safari for testing and debugging and occasionally using a real iPhone for testing. The problem is that MobiOne, Safari (desktop), and the iPhone all produce different errors. Obviously I am most concerned with the errors that occur on the iPhone, sin...

Getting video to play in simulator

So I have an alert view pop up in my application and on clicking a view button a video is supposed to play but nothing happens in the simulator. I don't want to test this on a device until I get it working in the simulator. This is the code below as far as I can tell it should work. It reaches the Log statement and outputs to the console...

Replacing string between two string iphone sdk

in objective c i want to replace string which is between two string. For example "ab anystring yz" i want to replace string which is between "ab" and "yz". is it possible to do? Please Help thx in advance. ...

Speed of program in iPhone simulator

How does the speed of a program when run in the simulator compare to a real iPhone or Ipod touch? Is it faster or slower? ...

iPhone simulator freezing entire OS

Hi guys, I have a super weird problem. Every time I run a specific bit of code in the iPhone simulator, my entire Mac freezes: I can't close the simulator, or any other app, and can't open any apps. Worst of all, I can't shut down. I have to force a shut down manually by holding the power button. I'm running on a 15" MacBook Pro, and t...