Apple's Xcode 7 beta 6 is a prerelease version of Xcode 7 released on August 24, 2015.
Questions tagged [xcode7-beta6]
51 questions
0
votes
1 answer
Twitter Login initialization via Parse not working: Swift
[Xcode V.7.0 Beta 6, OSX El Capitan, iOS9]
I'm trying to add the Twitter login using the latest version of the Parse SDK. I've tried several ways of integrating the Twitter Login with Parse but its not working. I've added my consumerkey/secret and…

Lukesivi
- 2,206
- 4
- 25
- 43
0
votes
1 answer
My Parse Starter Project will not work. Swift 2.0 Xcode 7 beta 6
I have been trying to make an app with PARSE but I can't run it because I keep getting an error saying :
"Cannot invoke 'suscribeToChanelInBackground' with an argument list of type '(String, (Bool , NSError?)) -> ())''"
And it is pointing to the…

Lucas Smith
- 698
- 2
- 9
- 17
0
votes
5 answers
TouchesBegan not working in swift 2.0
I am using Xcode 7.1 and iOS 9.1 beta. I imported my working code from Xcode 6.2 and I am getting an error message that "Method does not override any method from its superclass"
Its not a latest swift syntax issue. I already rule out following…

ravivatish
- 7
- 1
- 3
0
votes
1 answer
Passing Core Data Record from UITextView to UIWebView
I am having an issue passing a core data record between a UITextView and a UIWebView. The idea behind this is to load user inputted HTML code into the web view to be previewed. I am having one major problem and that is; My user passed HTML will load…

Vincenzo Piscitello
- 3
- 1
- 4
0
votes
0 answers
Xcode 7.0 beta 6 crashes when app is run in the simulator with "Xcode quit unexpectedly." error
My app is crashing in Xcode 7.0 beta 6 when I run it in the simulator with following error message:
Xcode quit unexpectedly.
Click Reopen to open the application again. Click Report to see more detailed information and send a report to Apple.
Here…

Evgenii
- 36,389
- 27
- 134
- 170
0
votes
1 answer
Cannot invoke with an argument list of type Dictionary
I have a function with the following signature:
static func dictionaryToJSON ( dictionary : Dictionary) -> JValue
You can find it here.
When I attempt to call this function, I get the error Cannot invoke…

jp.rider63
- 574
- 3
- 20
0
votes
1 answer
Calling .sort on dictionary creates a new type?
Could someone please help me understand why .sort is giving me a new type?
I have a dictionary like this:
var wordDict : [String : [String]]
Which contains unorganized keys:
["H": ["Hal", "Hamilton", "Hank", "Hans", "Harmon", "Harold", "Harris",…

Dan Beaulieu
- 19,406
- 19
- 101
- 135
0
votes
1 answer
can't see SKEffectNode as a child with suggested effects
I'm trying to adjust some effects but I need to use SKEffectNode(), so I wrote the following code:
let rocketPath = NSBundle.mainBundle().pathForResource("Rocket", ofType: "sks")!
let rocketFireEmitter =…

wm.p1us
- 2,019
- 2
- 27
- 38
0
votes
1 answer
Swift Type Inference mixup?
This assigns an array of UIUserNotificationType to a variable of UIUserNotificationType. This should not work:
1)
var userNotificationTypes: UIUserNotificationType = [UIUserNotificationType.Alert, UIUserNotificationType.Badge,…

Maxim Veksler
- 29,272
- 38
- 131
- 151
0
votes
1 answer
Does prefix works correctly in Xcode 7 beta 6?
I'm trying to add prefix file to my Swift project, that use CoreData. My steps:
Create MySwiftProject-Prefix.pch;
Add header to my .pch file (#import );
In Build Settings of my Target set Precompile Prefix Header to Yes and…

pacification
- 5,838
- 4
- 29
- 51
0
votes
2 answers
UITextView doesn't switch input toolbar to custom keyboard
iOS9 Xcode7 beta6: I'm trying to switch between keyboards (custom/default) for UITextView by using reloadInputViews(). Changing UIKeyboardType and UIKeyboardAppearance by calling reloadInputViews() works perfectly. Also following code works well…

Dmytro Hutsuliak
- 1,741
- 4
- 21
- 37
0
votes
2 answers
Xcode clang error when adding SDWebImage framework
I am trying to compile an app that use SDWebImage, when I add the framework to xCode I keep getting the following error.
I have attempted to add the framework by clone the git repo
ld: framework not found SDWebImage
clang: error: linker command…

Boss Nass
- 3,384
- 9
- 48
- 90
0
votes
1 answer
Meteor run iOS on Xcode 7 doesn't install or run anything
I've created a Meteor app. I've added the iOS platform, but when use
meteor run ios
even though it seems to work fine and the simulator loads, it doesn't install or run any app. What am I doing wrong? Or is it because I'm using Xcode 7 beta?

José María
- 2,835
- 5
- 27
- 42
0
votes
1 answer
iOS 9 beta : didReceiveAuthenticationChallenge method gets called for every Https site request in WkWebview but not in iOS 8
I am developing a iPhone/iPad browser using WkWebView. It works fine in iOS 8, compiled in Xcode 6.4. When i tested the same app in iOS 9 beta , all the https sites (say google.com, Youtube.com) did not get loaded. When i debugged it, found that…

Anand
- 1,820
- 2
- 18
- 25
0
votes
0 answers
Xcode 7 Beta 6 Pre-release App won't launch (in simulator)
I'm trying to get UI testing set up for my project - I encountered a crash with previous betas. (See this stack overflow question if you are interested)
Anyway, I was quite thrilled to try it with Xcode 7 Beta 5. I created a simple Single Page app,…

SuPotter
- 762
- 1
- 8
- 16