Apple's Xcode 7 beta 6 is a prerelease version of Xcode 7 released on August 24, 2015.
Questions tagged [xcode7-beta6]
51 questions
-1
votes
1 answer
DatePicker correct date with only date extracted
the below post answered half of my question, but I still need to extract only the date without the time of the corrected date, would you kindly help me guys:
xcode in swift datepicker picks wrong date

nasser
- 9
- 6
-1
votes
2 answers
EXC_BAD_INSTRUCTION Error Swift 2
I am developing an application using Swift 2 and Xcode 7 beta 6. I am trying to change the title of a button. My code:
print(randomNumber)
myButton.setTitle("\(randomNumber)", forState: UIControlState.Normal)
It gives me this:
fatal error:…

Pranav Wadhwa
- 7,666
- 6
- 39
- 61
-1
votes
1 answer
Issue in Xcode 7 beta 6 when using NSLocalizaedString
I am having some trouble with xcode beta 7 when trying to solve a problem that apparently is crashing my app in iOS 9.0. In a first moment, i was having a problem when connecting to an unsecured http. I've followed the steps from another post here…

Alessandro Nardinelli
- 237
- 1
- 10
-1
votes
1 answer
Immutable value in Swift 2
I have a project in which this code does not give me problems, but in Xcode 7.0 beta 6 it skips the warning and I can't find a way to fix it
func session(session: WCSession, didReceiveMessage message: [String : AnyObject], replyHandler: ([String :…

Alesao
- 3
- 4
-1
votes
2 answers
Is it possible to make a button execute a particular action only when pressed for the first time?
I connected a function, which contains an if and else statement, to a button; but I also want to add another action that the button executes only when it is pressed for the first time, i.e. I only want it to perform the if-else when it's tapped for…

Glycerius
- 185
- 2
- 7
-1
votes
1 answer
Playground execution failed:
I'm trying to use playground in xcode 7 to test some code but for some reason it won't run.
This is the error I'm getting
Playground execution failed: /var/folders/q6/zswv_4wj16zbckfbdtl9lmyh0000gp/T/./lldb/11352/playground14.swift:1:8: error:…

Al Martin
- 179
- 3
- 15