iphone-simulator

Build to iPhone Simulator from TextMate

I have the Xcode bundle for TextMate and the Build and Run with XCode work fine but is there a way to pass Active Target, Active SDK or configuration into the build in order to launch the simulator? I have tried setting shell vars in the prefs pane but no luck. Thanks. ...

+requestAdWithDelegate: crashing because I'm in GSEventReceiveRunLoopMode?

This crashes (but without outputting any info to the Debugger; no dump, no trace): adMobAd = [AdMobView requestAdWithDelegate:self]; // start a new ad request [adMobAd retain]; // this will be released when it loads (or fails to load) I thought it was because my code isn't executing in NSDefaultRunLoopMode, which AdMob says is require...

Bring iPhone Simulator to front of screen on build?

When I build using MonoDevelop using the MonoTouch framework it appears the iPhone Simulator always loads in the background, is there any way to bring this to the front instead of always having to click it in the dock to bring it up? Can't find anything in preferences. ...

Is the iPhone Simulator UDID unique for each installed instance?

i.e. does this call: NSString *udid = [UIDevice currentDevice].uniqueIdentifier; return always the same UDID when it is executed on the iPhone Simulator on any mac computer or not? Currently the iPhone Simulator on my computer returns "2BA99337-3AE2-5234-93DA-193703B876F8". ...

Is it possible to run IPhone apps on a virtual machine

Hi, is it possible to run an IPhone app on a windows VM. I'd like to build a test suite for IPhoneapplications. Will I have to buy extra machines. I already have IMac's and Iphone 3G, but these are being used for development. ...

Is it possible to Test iPhone Application on Actual Device rather than Simulator?

Hello All.. I wants to test my own application to my actual iPhone Device rather then simulator. So, is there any chance to do so with ? I have an apple developer account.. But don't know the procedure, Please help me if u have any solutions.. Thanks in advance... ...

iPhone Simulator location

Hi, 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" application, where are the photos stored? Thank you, Tee ...

iPhone Simulator always generates two shake events? (UIScrollview not scrolling for second event)

When I select "Shake Gesture" from the Hardware menu in the iPhone simulator, my first responder always receives two shake events (with a few milliseconds in between). Unfortunately these two events in the simulator lead to a problem with an UIScrollview that should scroll to a specific position - what it does, but only for the first ev...

MKMapView - NSUnknowKeyException

I want to use MKMapView with UITabbarController. I havent any problems with other viewController application. But if i use MKMapView with UITabBarController, MKMapView IBOutlet throws NSUnknownKeyException with message "this class is not key value coding-compliant for the key xxxx" If i delete IBOutlet from my code and IB then applicatio...

How can i test tilt efftect? - IPhone Simulator

Hi, I am trying to write a game. That game uses tilt effect, but i don't know how to test it on Iphone Simulator 3.0. I search it on internet, but the result is zero. How can i...? ...

Simulate airplane mode in iPhone Simulator

Is there any way to simulate airplane mode in the iPhone Simulator? ...

compile error for iphone simulator

I'm trying to compile some code for the iphone simulator but am getting this error: /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/gcc-4.2 -O3 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator3.0.sdk -Os -O3 -isysroot /Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneS...

iPhone - View for UIViewAnimationTransitionCurlUp

hello, I am an absolute beginner in iPhone development(consider this while rplyng please), I have this Navigation based application in which there is view called FirstView. In this I have a scrollview and imageview. I set Image of Image view on a button click. Then after the click I have this code imageView.image=image; imageTitle.tex...

Exploring HTML Source Code on iPhone Simulator

Does anyone know if there is a way (or tool) we can use to view the source HTML of a web page displayed on the iPhone Simulator (I know there is an "iPhone Web Developer Tool" but it is intended to be used on a real iPhone device, while I want to get the same but on the iPhone Simulator while developing a WebApp). Any help is appreciated...

iPhone Simulator - How to toggle internet connection?

Looking to toggle network connectivity in the iPhone simulator. This is on a mac mini with wired ethernet. One suggestion was to turn the AirPort on/off but that had no effect in the simulator. Suggestions? ...

Encryption in iphone and decryption in php

I want to encrypt the sound in objective c (iPhone), so that i can send it to web server, after sending the php automatically decrypt the file. Is there any way, kindly help me... I have sound in NSData variable. ...

How to change time and timezone in iPhone simulator?

How do I change time and time zone in the iPhone simulator? ...

iPhone web app from dashcode rss feed template works deployed on simulator but not on iphone

iPhone web app from dashcode rss feed template works deployed on simulator but not on iphone. The web app is deployed at; http://www.alila.se/wordpress/index.html If i run the simulator and enter that adress, it fetches the rss feed and displays it. Everything fine. When i enter the adress into my iphone, same os 3.1.2 as the simul...

iphone class app

I have created 3 classes in my Iphone app. I want to create as array of objects of 3 of the classes & initialise them with a single method which i have written. i am facing probem in exact location of declarations of objects, methods & their method calls. it's confusing. Can anybody help me writing a simple app with above mentioned speci...

How to resize the search bar?

Hi All, I am trying to put an image on the left side of the search bar. But the problem starts here that the search bar cannot be resized. Is there any way to do this i.e. resize the search bar and place a small image by its side. Help me friends. Thank You All. ...