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
0
votes
1 answer
Socket IO not getting connected to server using swift
I've downloaded a sample socket project from github https://github.com/appcoda/SocketIOChat
I'm using EICapitan and I've installed node js and I've also setup the IP in the sample var socket: SocketIOClient = SocketIOClient(socketURL: NSURL(string:…

Francis F
- 3,157
- 3
- 41
- 79
0
votes
1 answer
How can I write and call a designated initializer for my view controller to initialize a private property, using storyboards?
I'd like to write a designated initializer in Swift for my view controller to initialize a private property. I understand how to do this in code, but I'm struggling to understand how to accomplish this with storyboards.
My custom game view…

BeachRunnerFred
- 18,070
- 35
- 139
- 238
0
votes
2 answers
Automatically start app after install in Mac OS El Capitan
I'm developing an OSX app which is going to be distributed outside app store. I have archived and created the pkg file but when I install the app it doesnt start automatically. I've to manually start it up from the launchpad. Below is the code which…

Francis F
- 3,157
- 3
- 41
- 79
0
votes
1 answer
Having trouble launching with scrollview in 'Closed' state
I am using a scrollView with two containers in order to add a slide out menu to a tabbed app that I am working on.
When the app is launched, if the user is already logged in, the main page is presented and the left slide menu is initially closed.…

ben
- 49
- 5
0
votes
1 answer
Xcode 7 workspace file could not be opened after installing cocoapods
I'm working on a project where i need cocoapods . I have installed pods . But the new workspace file doesn't open , with the error '... workspace could not be opened' . I tried closing Xcode before installing pods . It doesn't help either .
Thanks…

user5553647
- 199
- 2
- 13
0
votes
1 answer
programmatically silent/vibrate an iOS devise using swift2?
I'm a new developer and would like to know how to silent/vibrate an IOS device through code(swift2), I don't care if it requires a private API. Please help.

Unus Yousuf
- 37
- 4
0
votes
1 answer
XCode isn't showing selection?
I'm using XCode 7.1. There is no selection area for any views in the storyboard, can't change any height, width for any view?? Here is Screen Shot when I select the view.
How do i get that corner selection area ?

Dx Android
- 61
- 2
- 13
0
votes
1 answer
Swift 2.1 not recognizing my class
I have clipsTableViewController.swift file which contain clipsTableViewController class in this class I called DataManager class from another swift file which I created in project using cmnd+N and selecting swift file. But I get this confusing error…

anonymox
- 419
- 1
- 9
- 32
0
votes
1 answer
Unrecognized selector sent to instance when using UIPanGesture
Hi I am trying to add UIPanGestureRecognizer to UIImageView (in my case, it's an emoji). All other UIGestureRecognizers such as long press, rotation, and pinch work well. However, it gives me an error: unrecognized selector sent to instance when I…

Sean Sehwan Choi
- 61
- 4
0
votes
1 answer
Separate Strings from Array for HTML use in Xcode 7 Swift 2
I'm using Xcode 7.1 and Swift 2. I have an array var ingredientsList: [String] = [] that will contain data that is displayed in a UITableView. I want to separate each String in the array and assign to a new string variable to later add to some…

ChallengerGuy
- 2,385
- 6
- 27
- 43
0
votes
1 answer
CGContextRef isn't working with @IBDesignable (Error:The agent Crashed)
I am creating a UIButton subclass to add some drawing . It is working fine in code . It is giving following error when i am trying via @IBdesignable .
error: IB Designables: Failed to update auto layout status: The
agent crashed
error: IB…

MOHAMMAD ISHAQ
- 988
- 7
- 15
0
votes
1 answer
Failed to un-archive element named stackview
I am building an app in iOS 9. I have set the deployment target to 9.1 and using xCode 7 with Xamarin 5.9.7. While running the app, I am getting the error which is attached image.
Tried a lot of stuff but no luck. Please help me out.

Manish
- 615
- 3
- 6
- 18
0
votes
0 answers
Unable to get connection to iCloud from my iOS app
I have a very perplexing problem: I am unable to connect to iCloud while running my app on an iPad in XCode 7.1 debugger. This is my code to check to see if I have a iCloud connection:
// do we have a connection?
id currentiCloudToken =…

SpokaneDude
- 4,856
- 13
- 64
- 120
0
votes
3 answers
Swift ios9 Building MacinTalk voice for asset: (null)
I am using xcode 7 , swift 2.0
I am getting voice text to Speech working in Simulator but not in real iphone6 plus device, iOS 9. I have properly imported AVFOUNDATION and its Framework.
I tried...
@IBAction func SpeakTheList(sender: AnyObject) {
…

Prince Kumar
- 59
- 2
- 9
0
votes
0 answers
Linker command failed with exit code 1 (use -v to see invocation) with implement GCM
I'm new to iOS development.
I use GCM for chating and push notifications.
When I run my iOS app in simulator it never gives me any error but when I run my iOS app on my device(iPad, iOS 8.1, xcode7.1), the build fails and gives an error:
linker…

Ron Gahlot
- 1
- 2