Questions tagged [ios5.1]

The version of iOS (formerly iPhone OS) that was released by Apple on 7 Mar 2012. iOS 5.1 runs on iPhone 3GS (and newer), iPad 1 (and newer), iPod Touch 3rd generation (and newer).

iOS 5.1 was released on March 7, 2012. It supports the same devices as iOS 5 and was the initial release for the iPad 3. Also see and for more information.

Version 5.1 added new features to the Camera, Clock, Safari, and Photos. Many bug fixes and minor changes were also made to Maps, Phone, Music, Video, and Siri. This update also addressed security issues, network compatibility / features, and some settings.

314 questions
0
votes
1 answer

iOS application is not working on xCode with iOS 5.1

I am developing a application in iOS which compile on iOS 5.0 perfectly .But Unable to compile on xCode on iOS 5.1 .The fallowing problem is arising. Undefined symbols for architecture i386: "_OBJC_CLASS_$_SenTestCase", referenced from: …
nikhil
  • 101
  • 2
  • 7
0
votes
1 answer

pushing on a NSMutableArray not working in Xcode 4.4 mountain lion

I am not able to push stuff on NSMutableArray Please see the code attached #import "CalculatorBrain.h" @implementation CalculatorBrain @synthesize operandStack = _operandStack; -(NSMutableArray*) operandStack{ if(self.operandStack == NULL){ …
bruceparker
  • 1,235
  • 1
  • 17
  • 33
0
votes
1 answer

Tab Bar Icon display issue in universal app

I have an odd issue that's driving me nuts by now. Hopefully someone here can help me or ran into something similar. I've searched up and down but didn't find anything similar. I am creating a universal app (Xcode 4.3.3) with storyboard including a…
user1459524
  • 3,613
  • 4
  • 19
  • 28
0
votes
1 answer

iPhone iOS what is the most accepted way of dealing with memory warnings?

I've been surprised that iOS 5.1 does not manage memory quite as I expected. When the device is running a lot of apps, it appears that iOS does not kill memory hogging apps in the background, but sends memory warning to my own app as well. For…
Alex Stone
  • 46,408
  • 55
  • 231
  • 407
0
votes
1 answer

ios 5.1 development "Message sent to deallocated instance"

I am seeing following error in my application. This happens when I am loading a new SubView in call back method. Below are complete details. In my application I have RootViewController as the app launches it adds a subview called "AuthCheck". In it…
0
votes
5 answers

How to set value for NSString in another view controller from one viewcontroller

I'm using Xcode 4.3.2 & iOS 5.1 simulator, and in my project I am using two View Controllers: testingViewController, and detailView. I want to set values for an NSString in detailView once I didSelect tableViewCell in testingViewController. For that…
Yuva
  • 125
  • 3
  • 11
0
votes
1 answer

Text Field - Action and outlet

Can the same Text Field be set up as an "Action" and "Outlet"? I am trying to use the touch Action to Segue to DatePicker and the outlet to capture the results in the same text field.
Ron Bledsoe
  • 161
  • 1
  • 2
  • 8
0
votes
1 answer

ipad keyboard hides uitextView

I have quite a long form in ipad having uitextfields and uitextviews. I am able to scroll up when the keyboard hides the uitextfield using keyboard notifications. but when the uitextview becomes active and it is under the keyboard it just slides…
southpark
  • 541
  • 2
  • 5
  • 19
0
votes
1 answer

Can't run my iOS app on my ipod touch

I have an app that I built using iOS 5.1 compatibility. I haven't been able to follow paths like building it using archiving - I have been using a remote mac and some issues keep restricting me from doing that. So I prepared an .ipa file by doing…
Nirav Bhatt
  • 6,940
  • 5
  • 45
  • 89
0
votes
1 answer

App builds & runs in iPhone Simulator, but doesn't deploy to iPhone

The app I'm working on builds & runs just fine in the iPhone Simulator, but, when I try to test it on an iPhone 4S, XCode says, "Finished running ..." immediately after I click "Run", and, when I look at the iPhone, there's no icon for the app at…
Jarred Sumner
  • 1,793
  • 6
  • 33
  • 45
0
votes
1 answer

Xcode 4 for Dummies: Why are Storyboard Settings not Being Applied When the App Runs?

SOLUTION Make sure in the plist that the storyboard name is listed as the main storyboard file name. I have a Storyboard with a UINavigationViewController that's connected to a NavigationViewController class and it's set as the UIWindow…
Gup3rSuR4c
  • 9,145
  • 10
  • 68
  • 126
0
votes
0 answers

How to tell iOS that Speak Selection should be turned on

Is there a way to tell iOS that the Accessibility feature Speak Selection should be turned on? I thought there might be a way similar to location service where as soon as you start using it, iOS asks the user to turn it on. I know that Speak…
jfischer
  • 281
  • 2
  • 9
0
votes
1 answer

uikeyboard leaves a black portion on top on navigation

I have a form on the ipad which has many textfield and a button at the end. There are some fields which come under the keyboard when it is active. In order to pull the hidden texfield behind the keyboard to be visible I am using the following…
southpark
  • 541
  • 2
  • 5
  • 19
0
votes
1 answer

Previous and Next Implementation on UIView with animation effect

I am working on an iPad application, displaying TableView listing according to returned data from server (Json parsing). I want to implement a DetailView, that will show the tapped row's detailed information. For that I am using a UIView in the same…
iOS Test
  • 1,103
  • 1
  • 11
  • 18
0
votes
1 answer

Find Xcode 4 Binary

I'm trying to build my little app for cydia submission ... but I can't find my actual .app. Under the products section in Xcode, the .app is marked in red (wich means that it doesn't exists). In my project folder, there is no folder named build or…
Yuval.M
  • 145
  • 1
  • 5