The iOS Simulator application presents the iPhone or iPad user interface in a window on the computer to emulate iPhone or iPad devices. This application provides several ways of interacting with it by using the keyboard and mouse to simulate taps, device rotation, and other user actions.
0
votes
1answer
16 views
Xcode / simulator won't run 2 different targets of same app
OK, so I'm working on building a "lite" version of my app so I duplicated the target and changed the product name to lite. The problem I'm having is when I build "target one" on the iOS 6.1 simulator ...
0
votes
0answers
8 views
Reachability: empty flags when calling TryGetFlags twice
I have this code to test network connection:
if (remoteHostReachability == null) {
remoteHostReachability = new NetworkReachability (HostName);
// Need to probe ...
0
votes
0answers
13 views
InAppPurchase: iOS5 generic error
I'm developing an iPAd app with InAppPurchase.
The hole process of purchase works perfectly in iOS6 simulator.
On iOS5 simulator, the fetch of SKProduct(s) works.
When I try to buy after itunes ...
0
votes
1answer
24 views
IPad custom keypad styling?
I am building a custom keypad for my application, i want to make the look and feel of button's like the default keypad of iPad.i have apply gradient on the button but its not give the same look and ...
0
votes
0answers
32 views
Apps pausing on launch to simulator every other time IOS
While going about my programming adventures today and odd thing began occurring.
Every other time I launched an app to the simulator I would get the issue as shown below, simulator would just hang ...
3
votes
1answer
178 views
App receives SIGABRT on every second run
I'm experiencing that applications do crash on the Simulator every second time I run them. They receive an abort signal for some reason (See attached screenshot). It has been started recently, but I'm ...
0
votes
0answers
21 views
touchesCancelled called after a small swipe
I have seen similar questions but none were helpful for this.
I have created a view in interface builder and assigned it to a uiview subclass I created. I dont have any subviews in it and the view is ...
0
votes
1answer
57 views
IcoMoon Not loading properly
Using Sencha Architect 2 with Sencha Touch 2.2.1
I have followed this tutorial, my code is exactly the same :
https://vimeo.com/66191690
Because I'm trying to use icoMoon Icons/Font into my app.
...
0
votes
1answer
18 views
Xamarin iOS Simulator running old code
When I debug my Xamarin.iOS project from Visual Studio, it builds, installs on the simulator, and launches the app without issue. But on launching, I'm seeing a bunch of Debug tracing from a method ...
0
votes
0answers
6 views
Move cursor to previous and next line in UITextView
In the iPhone/iPad simulator, you can use arrow-up and arrow-down keys on Mac to move the cursor to previous/next line in the UITextView. I'd like to create two buttons that implements the same ...
9
votes
2answers
517 views
Random (lldb) crashes in iOS Simulator on Mac OS X 10.8.4
I've been struggling with an weird issue for some time now. When running my app with the iOS Simulator initially closed it launches correctly. But if I then run it again without closing the simulator ...
1
vote
2answers
61 views
iOS Simulator crashing in Virtual Machine
I'm brand new to iOS development (and MacOS in general). While waiting for a mac to arrive I've set up a Virtual Machine running Mountain Lion to get started with developing.
When trying to run a ...
0
votes
1answer
13 views
My app icon is not coming up in the simulator, can someone help me?
Can anyone help me? I added the images into my project folder and I dragged the images onto the app icon places in the summary. What am i doing wrong? Someone please help me
0
votes
2answers
55 views
Significant application performance difference between IOS simulator and Iphone
Problem in a nutshell
I have been building an IOS application in recent weeks and have run into some trouble.The application is plays an animation by manipulating and then drawing an image raster ...
0
votes
2answers
22 views
Auto detect user environment using php
I wants to detect if my website accessed through mobile devices , IPad , Tabs or thorugh common web access platform i.e. desktop or laptop.
According to access platform i wants to set different ...