Top "Ios-simulator" questions

The iOS Simulator application presents the iPhone or iPad user interface in a window on the computer to emulate iPhone or iPad devices.

Take screenshot in iPhone Simulator in Xcode 9

How can I take screenshot of size 1242 x 2208 (required for App Store) from iPhone 8 Plus simulator in Xcode 9.0? I can't …

ios xcode ios-simulator screenshot xcode9
Xcode cannot run using the selected device after upgrade to Xcode 5.0

I upgraded to xcode 5.0 today. I then pressed play to run my project in the iOS simulator. This initially worked. …

xcode build ios-simulator instruments
Finding a saved file on the Simulator?

I'm using the MusicSequenceFileCreate function to save out a midi file to make sure the data is correct. I'm not …

ios ios-simulator core-audio
How to permanently fix Xcode 5 SpringBoard failed to launch application with error: -3

Launching apps from Xcode 5 to the iOS simulator (multiple OS versions) fails with SpringBoard failed to launch application with error: …

ios xcode ios-simulator xcode5 springboard
How to bring up the iOS multitasking bar in iOS iPad Simulator

I'm trying to test start state of my application when it is "freshly" launched, and when it is launched from …

ios ipad ios-simulator multitasking
Copy from Mac OS X does not copy to iPhone Simulator

In my iPhone app, I have many ASCII arts which I need to insert into the database. I am using …

macos ios-simulator osx-snow-leopard
iOS 8.1 Simulator always uses US keyboard layout despite german hardware keyboard

For some reason, I cannot enter text with my native german keyboard into iOS Simulator any more. After downloading Xcode 6.1 (…

ios xcode keyboard ios-simulator
Cannot scroll in UIWebView in iOS

I created a webview programmatically and I am unable to enable scrolling in this view. How do I enable scrolling? …

objective-c ios5 xcode4.2 ios-simulator
NSBundle pathForResource returns nil with subdirs

I have a bunch of directories and files in my app, for instance images/misc/mainmenu_background.. I'm running the …

xcode ios-simulator nsbundle
Build and run an app on simulator using xcodebuild

I have the following goal to achieve: build and run an .app application using xcodebuild and ios-sim. I'm using the …

ios xcode shell ios-simulator xcodebuild