iOS 6 was announced by Apple on June 11, 2012 and released on September 19th, 2012.

learn more… | top users | synonyms

700
votes
22answers
98k views

Is Safari on iOS 6 caching $.ajax results?

Since the upgrade to iOS 6, we are seeing Safari's web view take the liberty of caching $.ajax calls. This is in the context of a PhoneGap application so it is using the Safari WebView. Our $.ajax ...
226
votes
6answers
52k views

File is universal (three slices), but it does not contain a(n) ARMv7-s slice error for static libraries on iOS, anyway to bypass?

I upgraded Xcode version and when using external static libraries, I get this message: ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /file/location for architecture ...
89
votes
7answers
22k views

Enabling auto layout in iOS 6 while remaining backwards compatible with iOS 5

What is the best way to take advantage of the new auto layout features of iOS 6 while still providing compability with older devices on earlier versions of iOS?
83
votes
8answers
28k views

Could not change executable permissions on the application

Just updated to iOS 6 sdk and latest Xcode and get this when trying to build to my 3gs. I 've added armv6 under valid architectures? "Could not change executable permissions on the application"
56
votes
1answer
12k views

Log Messages I didn't asked for in Xcode 4.5 with iOS 6.0

since I updated Xcode to Version 4.5 and started building for iOS 6 log messages like this keep appearing: ADDRESPONSE - ADDING TO MEMORY ONLY I never asked for that (at least not consciously). ...
46
votes
6answers
18k views

Programmatically open Maps app in iOS 6

Previous to iOS 6, opening a URL like this would open the (Google) Maps app: NSURL *url = [NSURL urlWithString:@"http://maps.google.com/?q=New+York"]; [[UIApplication sharedApplication] openURL:url]; ...
44
votes
3answers
24k views

whose view is not in the window hierarchy

Just started using Xcode 4.5 and I got this error in the console: Warning: Attempt to present <finishViewController: 0x1e56e0a0> on <ViewController: 0x1ec3e000> whose view is not in the ...
42
votes
0answers
9k views

iPhone 5 letterboxing / screen resize [closed]

Because I think a lot of people will be asking this question (because I was)... Now that the latest version of XCode allows us to test our programs on a iPhone 5 simulator, you may have noticed that ...
39
votes
4answers
8k views

UIRefreshControl without UITableViewController

Just curious, as it doesn't immediately seem possible, but is there a sneaky way to leverage the new iOS 6 UIRefreshControl class without using a UITableViewController subclass? I often use a ...
36
votes
2answers
1k views

Why does NSDateFormatter return nil date for these 4 time zones?

Try running this in iOS6 (haven't tested pre iOS6): NSDateFormatter *julianDayDateFormatter = nil; julianDayDateFormatter = [[NSDateFormatter alloc] init]; [julianDayDateFormatter ...
35
votes
1answer
5k views

What properties can I set via an UIAppearance proxy?

What properties can I set via an UIAppearance proxy? Apple's UIKit documentation does not list them. Is there a list of these properties?
35
votes
1answer
715 views

MapKit poor scrolling performance with Apple Maps in iOS 6

I am writing an app which displays a simple Apple Map across most of the screen. However, when I compare the speed of scrolling, there is a significant slow-down comparative to the native Apple Maps ...
34
votes
11answers
29k views

How to force a UIViewController to Portait orientation in iOS 6

As the ShouldAutorotateToInterfaceOrientation is deprecated in iOS 6 and I used that to force a particular view to portrait only, what is the correct way to do this in iOS 6? This is only for one ...
33
votes
0answers
13k views

Can I still use google maps in iOS 6 [closed]

As you may know apple yesterday announced iOS 6 and with it their own new maps. I just ran my app on the new iOS and it uses as standard maps in MKMapView the new apple maps. Which are probably ...
32
votes
2answers
9k views

dequeueReusableCellWithIdentifier error in my UITableView in iOS5

I am getting this error in iOS 5 -[UITableView dequeueReusableCellWithIdentifier:forIndexPath:]: unrecognized selector sent to instance 0xa217200 However, I get no errors in iOS 6. How can I fix ...
32
votes
4answers
8k views

Xcode 4.5 command line unit testing

Having an issue since updating to Xcode 4.5 when running my unit tests via command line. The following is the output i'm seeing when i try to run my tests Unknown Device Type. Using ...
31
votes
3answers
10k views

Crash on presenting UIImagePickerController under iOS 6.0

My app only supports landscape orientations via the supportedInterfaceOrientation properties. Using an iOS prior to iOS 6, my app can successfully load an instance of UIImagePickerController via ...
31
votes
7answers
10k views

Supported orientations has no common orientation with the application, and shouldAutorotate is returning YES'

My app (iPad;iOS 6) is a landscape only application but when I try using a UIPopoverController to display the photo library it throws this error: Supported orientations has no common orientation with ...
30
votes
9answers
7k views

is groupTableViewBackgroundColor deprecated on iOS 6?

I was just testing my app with iOS 6.0 and Xcode 4.5GM and I have set up a view like this: [self.view setBackgroundColor:[UIColor groupTableViewBackgroundColor]]; So, the view has the same pattern ...
30
votes
8answers
25k views

IOS 6 force device orientation to landscape

I gave an app with say 10 view controllers. I use navigation controller to load/unload them. All but one are in portrait mode. Suppose the 7th VC is in landscape. I need it to be presented in ...
30
votes
8answers
9k views

iOS 6: How do I restrict some views to portrait and allow others to rotate?

I have an iPhone app that uses a UINavigationController to present a drill-down interface: First one view, then another, up to four levels deep. I want the first three views restricted to portrait ...
30
votes
1answer
592 views

Custom animation when switching from one UICollectionViewLayout to another?

As a test I made one layout that displays cells in a vertical line and another that displays them in a horizontal layout. When I call [collectionView setCollectionViewLayout:layout animated:YES]; it ...
29
votes
5answers
25k views

dismissModalViewControllerAnimated deprecated

I've just upgraded to XCode 4.5 to update my iOS app to run on the 4 inch display for the iPhone 5, but I'm getting a build error saying dismissModalViewControllerAnimated:' is deprecated on the line: ...
28
votes
2answers
5k views

Does anyone know what the new Exit icon is used for when editing storyboards using Xcode 4.5?

Right-clicking the Exit icon yields an empty window. Can't Ctrl-drag a connection to any IB elements or corresponding source files. Docs give no love. Doesn't appear in nib files, only storyboards. My ...
28
votes
3answers
11k views

Sharing with iOS 6.0 native Facebook integration: “Posted via my app name”?

I have just integrated facebook into my app via ios 6 but I have an issue when posting on my wall. It simply says "post via ios app". I want it to say "posted via the app name". I have made an app ...
27
votes
4answers
12k views

Prevent segue in prepareForSegue method?

Is it possible to prevent segue in prepareForSegue method? I want to make some check before segue, and if condition is not true(TextField is empty, btw) user will see some error message.
27
votes
5answers
15k views

Programmatically Request Access to Contacts in iOS 6

Since updating to iOS 6 I've noticed that my code to add a contact to iPhone's address book no longer works. I believe this is a permission related problem, since Apple now requires user permission ...
26
votes
17answers
38k views

shouldAutorotateToInterfaceOrientation not being called in iOS 6

I'm using MGSplitViewController and I'm usingshouldAutorotateToInterfaceOrientation to control the size of the master view controller on rotation. It's all working fine on iOS 5 but on iOS 6 (both ...
26
votes
1answer
4k views

EXC_BAD_ACCESS code 2 on UIAlertView in iOS6

I'm trying to figure out why im getting this crash in my app. It works perfectly fine in Xcode 4.4 running in the simulator with ios5.1, but when i switch into xcode 4.5 and ios6 I'm getting an ...
26
votes
5answers
5k views

UICollectionView flowLayout not wrapping cells correctly (iOS)

I have a UICollectionView with a FLowLayout. It will work as I expect most of the time, but every now and then one of the cells does not wrap properly. For example, the the cell that should be on in ...
24
votes
2answers
6k views

dyld: Library not loaded different behavior for 6.0 simulator/6.0 device

My app runs fine on the iPhone 6.0 Simulator in Xcode, but when I try to run it on my 6.0 device, I get the following fatal error: dyld: Library not loaded: ...
24
votes
3answers
5k views

How to perform Unwind segue programmatically?

Using storyboard this is very easy. You just drag the action to "Exit". But how should I call it from my code?
24
votes
2answers
1k views

How to deal with inconsistent Chinese maps on iOS 6?

For Chinese maps on iOS 6, it seems that MapKit selects map provider based on your where the device is located. If you're in China it will use AutoNavi maps, and else it will use the default Apple ...
23
votes
4answers
9k views

What are Unwind segues for and how to use them?

iOS 6 and Xcode 4.5 has a new feature referred to as "Unwind Segue": Unwind segues can allow transitioning to existing instances of scenes in a storyboard In addition to this brief entry in ...
23
votes
4answers
12k views

iOS6 UDID - What advantages does identifierForVendor have over identifierForAdvertising?

Apple is changing their privacy settings for iOS6 and deprecating device UUIDs (UDIDs). According to a WWDC presentation and the docs there are two replacements for the UDIDs, both in the UIDevice ...
23
votes
1answer
647 views

UICollectionView for Springboard like folders

I am trying to achieve the following effect: A UICollectionView displays a grid of cells for a parent type of object, e. g. a photo album. When I tap one of these items, I would like to scroll that ...
23
votes
0answers
468 views

Interpret XMP-Metadata in ALAssetRepresentation

When a user makes some changes (cropping, red-eye removal, ...) to photos in the built-in Photos.app on iOS, the changes are not applied to the fullResolutionImage returned by the corresponding ...
22
votes
1answer
5k views

What to name images for iPhone 5 screen size?

What is the new naming convention for images for the 4-inch retina display? For an image named background.png you add @2x to the name (background@2x.png) to tell iOS to use that one for devices with ...
22
votes
7answers
3k views

iOS6 MKMapView using a ton of memory, to the point of crashing the app, anyone else notice this?

Has anyone else, who's using maps in their iOS 6 apps, noticing extremely high memory use to the point of receiving memory warnings over and over to the point of crashing the app? I've ran the app ...
22
votes
9answers
7k views

iOS 6 breaks GeoLocation in webapps (apple-mobile-web-app-capable)

I have an app that does a simple textbook navigator.geoLocation.watchPosition(...) that works great in iOS 5.x both in Safari and as a web app (using apple-mobile-web-app-capable meta tag). However, ...
21
votes
15answers
18k views

iOS6: supportedInterfaceOrientations not working (is invoked but the interface still rotates)

In my app I have multiple views, some views need to support both portrait and landscape, while other views need to support portrait only. Thus, in the project summary, I have all selected all ...
21
votes
4answers
6k views

contentView not indenting in iOS 6 UITableViewCell prototype cell

I am configuring a custom UITableViewCell using a prototype cell in a Storyboard. However, all the UILabels (and other UI elements) do not seem to be added to the cell's contentView, instead being ...
21
votes
6answers
10k views

Facebook SDK 3.1 - Error validating access token

I'm trying to transition my app to the new Facebook SDK 3.1 (with support for iOS6 authentication). I had it working just fine, so I then decided to remove the app from my list of authorized apps on ...
21
votes
7answers
26k views

Autorotate in iOS 6 has strange behaviour

I have UITabBarController app which plays video and shows other information in other UITabBar tabs. In iOS 6 UIView rotation methods have been deprecated, and now I need to use shouldAutoRotate and ...
21
votes
5answers
10k views

New image name for iPhone 5

With the retina we make images with the @2x in the name. I see where the default image has to be default-568h@2x but this does not seem to be the case for other images. Like if my background is bg.png ...
21
votes
11answers
11k views

Xcode 4.5 no such file or directory - libCordova.a

clang: error: no such file or directory: '/Users/admin/Library/Developer/Xcode/DerivedData/_TESTING_-fzbkvdbnndieeagphtjhdndiyttl/Build/Products/Debug-iphoneos/libCordova.a' How do I get this a ...
21
votes
6answers
5k views

Apple Mach-O Linker Error ZBarSDK error when building for distribution

I just got this same error when using ZBarSDK, a bar scanning library for iOS. It runs fine when I upload it to my development device or test it on the iOS6 simulator. But when I try to run it for ...
21
votes
9answers
2k views

UICollectionView Assertion failure

I m getting this error on performing 'insertItemsAtIndexPaths' in UICollectionView Assertion failure in -[UICollectionViewData indexPathForItemAtGlobalIndex:], ...
21
votes
1answer
15k views

What is the iOS 6 user agent string?

What is the iOS 6.0 user agent string? Previous user-agent strings: iOS 5.1 - What is the iOS 5.1 user agent string? iOS 5.0 - What is the iOS 5.0 user agent string? iOS 4.0 - What is the iPhone ...
21
votes
5answers
6k views

iOS6 Simulator MKMapKit “Couldn't find default.styleproto in framework”

Running my app with the iOS6 simulator I am getting the following printed in the XCode console prior to viewDidLoad getting called: Couldn't find default.styleproto in framework Has anyone else ...

1 2 3 4 5 145