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 5.1 UIWebView crash the iOS simulator after loading a PDF file

I'm developing an universal application with two view controllers, a Master View Controller (a UITableViewController) and a Detail View Controller (with a UIWebView). When the user selects an item (each item is an object with a URL property) in the…
Luiz
  • 90
  • 6
0
votes
2 answers

"_OBJC_CLASS_$_", referenced from: error in xcode 4.3.2

So today I ran into a major problem. I got a problem involving my viewcontroller on xcode 4.3.2 as seen in the attached code: Undefined symbols for architecture i386: "_OBJC_CLASS_$_SecondViewController", referenced from: objc-class-ref in…
Ashan Marla
  • 23
  • 2
  • 7
0
votes
1 answer

Should I be using Core Data?

I have developed an app that downloads the whole dataset into an array of objects. Should I be using core data to store the data? Aside from having some off-line data at hand for the user, are there any other advantages? Thanks, Steve
HillInHarwich
  • 441
  • 6
  • 25
0
votes
0 answers

Cocos2d apps crash on device but run on simulator just fine

Cocos2d apps crash on device but run on simulator just fine. I get "error: failed to launch '/Users/user/Library/Developer/Xcode/DerivedData/ appname-erbohpyunldppdeoivvobopinufc/Build/Products/Debug-iphoneos/ appname.app/ appname -- failed to get…
ItayAmza
  • 819
  • 9
  • 21
0
votes
1 answer

Getting coordinates of image in IOS

Possible Duplicate: How Do I Get The Correct Latitude and Longitude From An Uploaded iPhone Photo? Does anyone know how you can get the coordinates at which an image was taken in IOS. If you go to the Photos app in IOS you can see where photos…
0
votes
1 answer

Are apps developed for iOS 4.3 compatible with 5.1?

Apparently the latest version of iOS is 5.1. I have been developing an iPad app for the past few months. So I have an iMac with Snow Leopard. Nowadays it seems that iOS 5.1 is the latest version for the iPad. My question is if the app I have…
Jules
  • 7,148
  • 6
  • 26
  • 50
0
votes
1 answer

Xcode 4.2 and iOS 5.1 organizer reads my iPhone with a yellow dot?

SO I have Xcode 4.2 and my iPhone 4S is running iOS 5.1 . I have an app that I want to test out in my iPhone but when I connect my iPhone to my Mac it reads the device with the Provisioning Profile and everything, but it displays a yellow dot next…
Peter
  • 1
  • 1
-1
votes
0 answers

Problems with uisplitViewController

I've a problem with the "new" UISplitViewController on iOS 5.1 . I activated the UISplitViewController.presentsWithGesture but it doesn't really work. It only works one time and then I have to change to horizontal View. public override bool…
Alex
  • 459
  • 3
  • 14
-1
votes
2 answers

#define NSLog(p1, ...); does not work in Xcode 4.3.1

I use #define NSLog(p1, ...); to put logging off in my code. Then I use //#define NSLog(p1, ...); to put logging on in my code This doesn't seem to have any effect now that I use Xcode 4.3.1. Am i doing something wrong? Or is there an…
Christian Loncle
  • 1,584
  • 3
  • 20
  • 30
-1
votes
1 answer

iPad with IOS 5.1 - Strange Crash Reports

I'm getting quite a few crash reports from users of my App that look like this: Application Specific Information: *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: view…
Amiram Stark
  • 2,208
  • 22
  • 32
-1
votes
1 answer

ASIHTTPRequest package in new application

I am using ASIHTTRequest in one of my new applications for all web service call. I know support for it is stopped. I wanted to know app submission will go smooth if I am still using ASIHTTPRequest? (I want to know if someone recently used ASIHTTP…
AKG
  • 398
  • 1
  • 5
  • 23
-2
votes
2 answers

iPad 1, iOS 5.1.1 jailbroken with redsn0w, works great, but since inetutils installed, getting network timeouts. How to adjust/fix?

I have done a jailbreak on old iPad 1, using redsn0w. Has worked really well. Installed OpenSSH, and I can use Putty on Windows or SSH on Linux to login to my iPad, and of course, pscp or scp to migrate files to/from using Windows or Linux. …
Rusfuture
  • 157
  • 2
  • 10
-2
votes
1 answer

iOS Tutorial not working in iOS 5.1

I have completely finished this tutorial, which does not seem to work for me. http://zaldzbugz.posterous.com/how-to-mark-or-get-the-highlighted-string-ins This is a great tutorial showing how to copy/paste content from a uiwebview.I downloaded the…
Zoltan Varadi
  • 2,468
  • 2
  • 34
  • 51
-5
votes
2 answers

iPhone-Table View

Today I have a question on how to put a table view in Xcode 5.1. I want a table view which doesn't take over the whole iPhone screen. I am sending an illustration of what I want to achieve!
1 2 3
20
21