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
1
vote
0 answers
XCode 7.1.1 always indexing
I am typing one character into a code and XCode starts indexing , processing files. This for about 30 seconds and in this time it is nearly unusable. The SourcekitService is on high CPU during indexing.
I already tried to disable Indexing…

mcfly soft
- 11,289
- 26
- 98
- 202
1
vote
1 answer
How to install mod_perl 2.0.10 in Apache 2.4 on OS X El Capitan?
Build problems with a completely new install of mod_perl. Here are the versions of my software.
OS X El Capitan 10.11. Recently upgraded from OS X Yosemite 10.10.
Xcode 7.1. Apache 2.4.16. This is the Apache version that was included with…

Russell Lundberg
- 13
- 8
1
vote
0 answers
Enabling auto layout and size classes for already existing projects does not enable multitasking in iPad Pro
I have existing legacy code which uses .xib files for iPhone and iPad idiom.I want to enable splitview multitasking feature of iPad pro into it.
Since, it has many .xib controllers separated for iPhone and iPad, I am not able to make it adapt…

SimranChahal
- 5
- 4
1
vote
1 answer
Trying to save variable as list of custom parse object (UserRecipe) and print them to the xcode console
I'm trying to do just a real simple thing in xcode with the ios parse sdk (1.9.1). Im trying to create a variable that will store all the data I have in my parse custom object called UserRecipe
Here is what my parse set up looks like
Below is my…

Kyle Bing
- 253
- 2
- 6
- 20
1
vote
1 answer
apis with http domain is not working in xcode 7.1
Hi I upgraded my xcode to 7.1.1. All apis with http:XXXX.com working fine until upgradation. But now it is not working. I added App Transport Security Settings with Allow Arbitrary Loads to true in plist also. Then also apis are not working. I am…

rani
- 593
- 3
- 10
- 28
1
vote
1 answer
push from custom cell nib to viewController
I'm using a UITableViewController as Source, the destination is a UIViewController with a UITableView.
I want to push from (a) tableViewCell (in a custom cell of a tableview in .xib) to (b) viewController . The custom cell is specified in a .xib…

Sabhay Sardana
- 876
- 1
- 10
- 27
1
vote
2 answers
CryptoSwift cannot use swift 2
I would like to use https://github.com/krzyzanowskim/CryptoSwift on my swift project (my swift is 2.1 and Xcode 7.1.1). After I had completed the installation instruction (run build.sh then add the framework file to my project), I still cannot…

Tommy Liu
- 239
- 4
- 13
1
vote
1 answer
Alamofire HTTP requests fails
I made some HTTP requests using Alamofire. Some request has been succeeded and some are failed.
error is Invalid value around character 0.
Failed request gave me above error.
bellow i have mentioned a sample code which failed.
let parameters =…

Dimuth
- 713
- 2
- 11
- 34
1
vote
1 answer
Xcode 7 swiftc failed with exit code 1
I've downloaded code from Apple Sample Source Code and try to run on Xcode 7.1 and OS X 10.11.1. I'm getting error as SwiftC failed with exit code 1. I've tried all solutions mentioned on Stackoverflow link but none worked.
Any fix?

Jayprakash Dubey
- 35,723
- 18
- 170
- 177
1
vote
1 answer
Xcode Navigation Header Disappears
My Xcode navigation header (for several projects) is constantly disappearing. Especially when I go to the other Xcode projects.
How do I get it back?
It looks like this:
Also tried going to View -> Show Tool Bar & Show Tab Bar and this is what…

Lukesivi
- 2,206
- 4
- 25
- 43
1
vote
1 answer
Facebook log in with Parse SDK (iOS 9, Xcode 7.1, Swift 2.1)
I've been trying to implement Facebook log in. As the titles says, I'm using Xcode 7.1, Swift 2.1, iOS 9.1, Parse SDK (ParseFacebookUtilsV4).
I have read Parse doc and Facebook doc, and already setup the .plis according to iOS 9 requirements.
The…

eMdOS
- 1,693
- 18
- 23
1
vote
1 answer
Verifying Xcode 7.1 launcher appears for long time
I've update Mac OS from OS X Yosemite 10.10.4 to OS X El Capitan 10.11.1.
Earlier I had Xcode 6.4 and now I have downloaded Xcode 7.1. After installing Xcode 7.1 successfully in application I'm getting Verifying Xcode 7.1... launcher when Xcode7 is…

Jayprakash Dubey
- 35,723
- 18
- 170
- 177
1
vote
1 answer
As Apple is not providing webview in tvOS native development so with the use of TVML or TVJS can we open any web page or link
As I am working on a app that requires payment options like paypal or CashU, So Can we open these payment web pages using TVML or TVJS ? , IF yes then in which container as HTML provides iFrame tag.
Does TVML or TVJS have any tag for the…

Pankaj Bhardwaj
- 2,081
- 1
- 17
- 37
1
vote
1 answer
Command failed due to signal: Segmentation fault: 11 after update to Xcode 7.1
I'm developing an app for ios 9. since that I updated to 7.1 version I have this error:
Command failed due to signal: Segmentation fault: 11
Looking in the code, I found that this code are causing this error:
func mapView(mapView: MKMapView,…

ClarkXP
- 1,223
- 10
- 23
0
votes
1 answer
Socket connectUser getting triggered multiple times in swift
I've downloaded a sample socket project from github https://github.com/appcoda/SocketIOChat
When I run the app it works fine, but the problem is that, where I exit an user and enter another name to connect, the connectUser method is getting…

Francis F
- 3,157
- 3
- 41
- 79