Related to the specific version of the Apple's IDE, Xcode 7.1. It was released on October 21, 2015.
Questions tagged [xcode7.1]
120 questions
7
votes
4 answers
'Convert to latest Swift Syntax' breaks the build even when there are no changes
My project is in objective-c with just one tableviewcontroller in swift. I downloaded the Xcode-beta today which prompted me to 'Convert to latest Swift Syntax'. After I follow the steps it shows me that there are no changes. I do not see any…

pkaur
- 95
- 1
- 7
6
votes
5 answers
Xcode 7.1 : Simulator can't be opened because the identity of developer cannot be confirmed
I've upgraded my Mac OS X to 10.11.1 El Capitan. When I try to run app on Xcode 7.1 I'm getting an pop message stating "Simulator" can't be opened because the identity of the developer cannot be confirmed. Refer screenshot.
Why this message? I'm…

Jayprakash Dubey
- 35,723
- 18
- 170
- 177
6
votes
4 answers
How to enable Force Touch Pressure on iOS Simulator 9.1
The new 9.1 simulator with Xcode 7.1 has the feature to simulate a force touch like the iPhone 6s / 6s+ but the option is greyed / disabled.
iOS Simulator > Hardware > Force Touch Pressure [disabled]
Screenshot for reference
Anybody know how to…

carbonr
- 6,049
- 5
- 46
- 73
5
votes
1 answer
tableview Cell separator line not showing in ios development using swift 2.0. xcode 7
I am trying to make an ios app which has tableview in it.
When I was developing using xcode 7.0.1 it was showing tableview cells separator line Black thin line.
After I updated with Xcode 7.1.1 , its not showing cell separator lines.
I tried 3…

Prince Kumar
- 59
- 2
- 9
5
votes
2 answers
Internal errors in xib files in Xcode 7.1
I have several xib files in my iOS project and now that I have upgraded to Xcode 7.1, when I build my target, I'm getting errors in some of such xib files that say something like:
Internal error. Please file a bug at bugreport.apple.com and attach…

AppsDev
- 12,319
- 23
- 93
- 186
4
votes
5 answers
Open app after installation from pkg file in Mac
I've created a SampleApp.app file from XCode 7.1 and converted it to pkg file and signed it using the product build command and it worked fine. But now the problem is, when I install the pkg the app does not start automatically after installation.…

Francis F
- 3,157
- 3
- 41
- 79
4
votes
0 answers
Perhaps the embed segue has already fired once or a subview was added programmatically?
My code is crashing with this NSException
2015-12-11 16:43:23.170 twelve[3901:318168] *** Assertion failure in -[UIStoryboardEmbedSegueTemplate newDefaultPerformHandlerForSegue:],…

Fred J.
- 5,759
- 10
- 57
- 106
4
votes
0 answers
"XCode" would like to access your contacts
I launched XCode 7.1, and noticed XCode wants to access my Phonebook contacts. I can see it can connect with the collaborators, but not able to get through it completely.
What kind of pairing will it do?
Do i need to share my username with my…

Gaurav Srivastava
- 504
- 1
- 4
- 12
4
votes
1 answer
Add account stuck in Xcode
After update to Xcode 7.1 all my apple ids got deleted. When I'm trying to add account in preferences, I face an infinite loading indicator. I tried a few accounts and none of them work.
Any clue what can cause this?

narek.gevorgyan
- 4,165
- 5
- 32
- 52
4
votes
1 answer
Xcode 7.1 on OSX El Capitan, iOS 7 simulator - is it supposed to work?
Xcode 7.1 on OSX El Capitan, iOS 7 simulator - is it supposed to work out of the box?
Just to be sure, I've deleted and re-installed Xcode 7.1 from app store and I don't see ability to install iOS 7.1 simulator from Settings -> Downloads.
Also…

Dannie P
- 4,464
- 3
- 29
- 48
4
votes
1 answer
Redefinition of 'xyz' Cocoapods
I have recently upgraded cocoapods to 0.39.0 and xcode to 7.1.
Even after updating pods for several times, I'm constantly getting this error as shown on snapshot.
I found a same question raised here.
The accepted answer is to use 'cocoapods' which…

Nina
- 1,579
- 2
- 21
- 51
3
votes
1 answer
creating pagingmenucontroller with the view sliding in swift
I am creating a chat application where there are some predefined FAQ with different categories which will slide up when user clicks button. Following is the image how it should look :
[![final output]
I am using PagingMenucontroller library from…

Niranjan Balkrishna Prajapati
- 1,223
- 3
- 15
- 38
3
votes
1 answer
Link Realm within a dynamic library ends in "ld: framework not found Realm for architecture i386"
I've created a custom dynamic library (let's call in LogLibrary.framework) in Swift 2.1. No I'd like to link the Realm.framework and RealmSwift.framework with it.
I did follow the installation instructions provided on…

charlyatwork
- 1,187
- 8
- 13
3
votes
0 answers
at time of submit for review updated version getting error in " UIRequiredDeviceCapabilities key"
I uploaded new build in iTunes connect every thing is gone fine . now i am submitting for review getting error.
The app's Info.plist can't contain values for the UIRequiredDeviceCapabilities key that would prevent this app from opening on any [?]…

Sport
- 8,570
- 6
- 46
- 65
3
votes
1 answer
XCode Version 7.1 (7B91b) and TFS 2013 GIT Authentication Failure
We are working on Xcode Project connected to our local TFS 2013 (Update 3) Server via TFS Provided Git Repository.
When we use older version of Xcode, we are successfully able to check-in the files and perform all other Git operations. We are also…

Sanket Tarun Shah
- 637
- 10
- 28