Questions tagged [ios9.1]

iOS 9.1 was an update to iOS 9.0, the most recent version of iOS; the operating system for apple mobile devices. This tag is specifically for questions targeting iOS 9.1. Use iOS for a more generic setting.

What Questions should have this tag?

This tag should be used in questions that specifically relate to iOS 9.1. If the version does not matter use the iOS tag.

Summary:

iOS 9.1 was released in September 16, 2015, which is the most recent version of iOS.

iOS is a mobile operating system created and developed by Apple Inc. and distributed exclusively for Apple hardware. It is the operating system that presently powers many of the company's mobile devices, including the iPhone, iPad, and iPod touch. Programming for it is done in Swift and Objective-C. Wikipedia.

Top Questions:

167 questions
82
votes
9 answers

"Could not find Developer Disk Image"

Recently I've been getting the error: "Could not find Developer Disk Image" I think this happens since I have updated iOS to 9.1 on the iPhone. How can I fix the problem and make Xcode support iOS 9.1 devices?
Pulkit sharma
  • 983
  • 1
  • 6
  • 6
26
votes
5 answers

How to add the 167x167 iPad Pro app icon?

There's no space in Xcode 7.1's app icon asset catalog for the iPad Pro's 167x167 app icon... aren't asset catalogs the current best practice for adding app icons? If not how are we supposed to add it?
Mohamed Hafez
  • 8,621
  • 7
  • 41
  • 49
24
votes
4 answers

UIApplication.sharedApplication not available

I'm trying to get a reference to my app delegate from a UIViewController but I keep getting an this error message: 'sharedApplication()' is unavailable: Use view controller based solutions where appropriate instead. I've been reading all the…
DoertyDoerk
  • 1,215
  • 1
  • 8
  • 19
20
votes
2 answers

Could not find Developer Disk Image iOS 9.1 & Xcode Version 7.0.1 (7A1001)

When I try to run my app on my phone I get an error that reads "Could not find Developer Disk Image". At the top of Xcode it says my phone name with (Unavailable) after it.
Felix Doe
  • 299
  • 1
  • 5
  • 15
18
votes
5 answers

iPad Pro launch image and App icon

iPad Pro requires 167x167 App icon and 2732 x 2048 (landscape) launch image. But where should I put them? Xcode 7.1 Asset Catalogs don't provide any place to add iPad Pro specific icons or images. My launch image is size specific, so using…
Shiim
  • 439
  • 1
  • 7
  • 14
13
votes
1 answer

iPad Pro size classes

In Xcode 7.1 beta 1 only the usual compact and regular size classes are available—in Interface Builder and in code. Will there be new size classes coming for the iPad Pro? It would also be interesting to know which size classes apps will have in the…
Frank Rupprecht
  • 9,191
  • 31
  • 56
11
votes
4 answers

Type of 'title' has different optionality than required by protocol 'MKAnnotation'

I followed the Ray Wenderlich MapKit tutorial in swift: http://www.raywenderlich.com/90971/introduction-mapkit-swift-tutorial and when I created Artwork class I got the error written in the title. I don't know what I have to do. This is the…
Adela Toderici
  • 1,118
  • 13
  • 30
10
votes
2 answers

Is there a way to save a Live Photo to the Photo Library?

I'm passing stored image and video files to: PHLivePhoto.requestLivePhotoWithResourceFileURLs and getting a PHLivePhoto object that I can display in PHLivePhotoView. But I am wondering, once I have a PHLivePhoto is there a way to save it to the…
keegan3d
  • 10,357
  • 9
  • 53
  • 77
9
votes
1 answer

this device is not currently online

I wanted to use Instruments Version 7.1 (7B91b) to analysis my app. But when I launch the Allocations Instruments, the record button is disabled.I have connected my iPhone device(iPhone 6 plus with iOS version 9.1) and the device can be debugged…
tbago
  • 660
  • 1
  • 6
  • 19
9
votes
4 answers

xcode 7.1 for iOS 9 missing libc++.dylib required for Objective C Realm Static Framework

I am following this doc for integrating realm in my iOS app. Realm static framework for iOS My problem is in step 3. I am unable to find libc++.dylib. I find a few other .tbd ones but none of them are libc++. I followed a few other SO posts on…
8
votes
0 answers

How to exit full screen mode in AVPlayerViewController in iOS9

I am woking on iOS app. I need to play video in Portrait and Landscape mode. I have implemented AVPlayerViewController to play video. I have implemented video is finish then pop to previous screen. Every things is working fine but When user play…
Vipulk617
  • 799
  • 1
  • 7
  • 23
7
votes
3 answers

How can I get container name using Contacts Framework (iOS9)

I am using Contacts framework in an app. the thing I'm trying to do is categorize all the contacts by their containers. e.g. facebook contacts will be under the title "Facebook", google contacts under "Google". But when I print the names of the…
Rezwan
  • 477
  • 5
  • 19
7
votes
1 answer

iOS 9.1 UIScrollView leaving blank space

I have a ViewController with a hierarchy as follows: UIViewController UIView UIScrollView UIView UIImageView UILabel The layout is such that the UIScrollView fills the screen. There is no extra logic executed on this ViewController, such…
Kevin
  • 1,626
  • 16
  • 30
7
votes
2 answers

Does UISplitViewController have a retain cycle bug in iOS 9?

In the following example, I am presenting a UIViewController that has a UIStackViewController as its child: UIViewController *splitViewParentVC = UIViewController.new; UIViewController *masterVC = UIViewController.new; UIViewController *detailVC =…
codeperson
  • 8,050
  • 5
  • 32
  • 51
7
votes
2 answers

WKWebView cannot trigger ajax to load a file on local

I embed all html in WKWebView, all works until I recognize that WKWebView cannot load a xml file on the local $.ajax({ type: "GET", url: "tags.xml", dataType: "xml", cache: false, success: function(xml) { …
chipbk10
  • 5,783
  • 12
  • 49
  • 85
1
2 3
11 12