Questions tagged [xcode7.1]

Related to the specific version of the Apple's IDE, Xcode 7.1. It was released on October 21, 2015.

120 questions
78
votes
28 answers

IOS project showing error "An internal error occurred. Editing functionality may be limited" on xcode 7.1

I just created one new cordova ios project via CLI, and i opened that project in Xcode 7.1 and while running on simulator am getting some error on mainViewController.xib, if we clicked on that error its showing xib file and on top of that showing…
Arjun T Raj
  • 3,187
  • 1
  • 21
  • 44
36
votes
3 answers

Linker error when accessing application module in UI tests in Xcode 7.1

I'm trying to implement some UI tests in my project. Everything goes fine as long as I keep it simple: record the test case, add some asserts, then run the test. This works fine, however when I try to access the application module from inside my…
lawicko
  • 7,246
  • 3
  • 37
  • 49
31
votes
3 answers

Xcode 7.1 with iOS 9.2 Error (Could not find Developer Disk image)

I have iOS 9.2 (13C71) installed on my iPhone 5, and I'm enrolled as an Apple Developer. On my Macbook Pro, I have XCode 7.1 and OSX El Capitan. When I try to run a project on my phone, is gives the error - "Could not find Developer Disk…
Movin Jain
  • 777
  • 1
  • 6
  • 15
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
9 answers

why Xcode 7.2 crash 'Could not instantiate class named IBNSLayoutConstraint'?

*** Terminating app due to uncaught exception 'NSInvalidUnarchiveOperationException', reason: 'Could not instantiate class named IBNSLayoutConstraint' I just update Xcode to 7.2 then i start to check is everything alright. but I have this…
ali
  • 481
  • 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
16
votes
3 answers

Xcode 7.1 "The request timed out." error

I am trying to generate ad hoc build from Xcode 7.1. So currently Xcode try to fetch list of teams from developer portal before processing for generating build. But I am getting "The request timed out." error(many times) while Xcode fetching list of…
Sunil Zalavadiya
  • 1,993
  • 25
  • 36
16
votes
4 answers

Xcode 7.1 header not found

During archive Xcode 7.1 does says Restkit/Restkit.h not found but in debug it successfully found the header. It's an old project which do not uses cocoa pods so RestKit is added manually in it. Tried many solutions but not successful. Help…
Adnan Munir SE
  • 201
  • 2
  • 7
13
votes
4 answers

Alcatraz in Xcode 7.1

Note that from Xcode 8 Alcatraz no longer works Editor Extension Tutorial I am unable to install Alcatraz for Xcode 7.1 According to their twitter feed Alcatraz should work with Xcode 7.1. I have tried uninstalling and reinstalling. I used the…
Ryan Heitner
  • 13,119
  • 6
  • 77
  • 119
10
votes
2 answers

IOS Simulator: Simulator user has requested new graphics quality: 100

When I run an iOS application in the iOS 9.0 simulator I am getting the following warning message. Warning message : "Simulator user has requested new graphics quality: 100" Has anyone seen this error before? Have you been able to solve it? …
Ramkrishna Sharma
  • 6,961
  • 3
  • 42
  • 51
9
votes
1 answer

Loading local css & js files into WKWebView

in Swift 2.1.1 & Xcode 7.1 My code uses WKWebView and loads index.html form a local file but fails to load index.css and other javascript files as shown in the head tag. My best guess is that the baseURL is not correct, if so, How can I set the…
Fred J.
  • 5,759
  • 10
  • 57
  • 106
8
votes
2 answers

Xcode 7.1: Property with retain or strong attribute must be of object type

I have this variable in a swift file: var adbk: ABAddressBook! Which has always been fine, until Xcode 7.1. Now it complains "Property with retain or strong attribute must be of object type." The error is in the -Swift.h file. Any idea what got…
RyJ
  • 3,995
  • 6
  • 34
  • 54
7
votes
2 answers

How to animate incrementing number in UILabel in swift

I have a label showing a number and I want to change it to a higher number, however, I'd like to add a bit of flare to it. I'd like to have the number increment up to the higher number with an ease-in-out curve so it speeds up then slows down.…
7
votes
2 answers

iOS Simulators not appearing for Unity Build

Forgive me if I'm missing something obvious, but since updating to XCode 7.1, I'm not seeing any option for deploying to simulators. I don't spend a ton of time in XCode so it may be just a setting somewhere, but I can't seem to find it. I had them…
Electric Monk
  • 115
  • 2
  • 9
1
2 3 4 5 6 7 8