Questions tagged [xcode6.3]

Related to the specific version of the Apple's IDE, Xcode 6.3. It was released on April 8, 2015.

Version 6.3 of Apple's Xcode IDE.

238 questions
3
votes
1 answer

While setting the constraints in storyboard, Xcode crashes continuously

After adding constraints in many UI controls using storyboard, when I tried to edit existing constraint, Xcode crashes unexpectedly. This is happening while adding new constraints, too. This happens continuously to Xcode and having random behavior.…
KTPatel
  • 1,212
  • 4
  • 19
  • 24
3
votes
0 answers

Cancel Banner Notification in iOS8 Not Working

My title might not accurately depict my question, so I apologize. I have looked for a solution to creating this level of functionality but I am unable to find it. I am creating a VoIP application for iOS 8. When a user receives a call I am…
3
votes
0 answers

segmentation fault 11 ios swift 1.2

I am new to stackoverflow, but I want to ask about the compiler error I got when compiling a swift project with some ObjC libraries. ` 0 swift 0x0000000100dbba18 llvm::sys::PrintStackTrace(__sFILE*) + 40 1 swift …
3
votes
3 answers

viewDidLayoutSubviews is getting called infinitely after switching to xcode 6

My perfectly working iOS app stopped working properly after switching to xcode 6. I found out that in one of my view controllers viewDidLayoutSubviews method is getting called infinitely until the memory level reaches to some point when the app is…
Eugene Gordin
  • 4,047
  • 3
  • 47
  • 80
3
votes
2 answers

How to reduce compiling time with storyboards?

I have this development environment: Xcode 6.3.1 / OSX 10.10.3 / Deployment target 6.0 I'm working with storyboard since Xcode 5 but in this version (6.3.1), I have a problem with compilation time. The problem is simple, if i change anything inside…
Beto
  • 3,438
  • 5
  • 30
  • 37
3
votes
3 answers

What is nil, but not nil when inserting into NSMutableDictionary

I have run into some weird behavior on iPhone 6, iOS 8.3. appVersion is an NSString* parameter being passed in. NSLog(@"A:%@:%d",appVersion,(int)appVersion.length); if (!appVersion) NSLog(@"a"); if (appVersion == 0) NSLog(@"b"); if…
aepryus
  • 4,715
  • 5
  • 28
  • 41
3
votes
2 answers

Getting Swift compiler errors

I've built an app in Xcode 6.2 and it was running fine but when I moved it Xcode 6.3 on another system I'm getting a lot of Swift compiler errors. Most of them are like "AnyObject is not convertible to NSArray", "AnyObject is not convertible to…
Matt
  • 1,711
  • 18
  • 20
3
votes
3 answers

Xcode 6.3 + trying to run the Watch App in simulator results in "FBSOpenApplicationErrorDomain error 4"

I am writing a Watch App for one of my applications. Since my team don't have an Apple Watch yet, I build a Simulator version of my application as well on my build server for my QA team and they are using "xcrun simctl" to run and test the watch app…
thorax
  • 574
  • 1
  • 5
  • 16
3
votes
2 answers

New warning in Xcode 6.3 & Swift 1.2: Cast from '[SKNode]' to unrelated type 'String' always fails

After updating to xCode 6.3 / Swift 1.2 I have run into an error I can't resolve: "Cast from '[SKNode]' to unrelated type 'String' always fails". Below is my GameScene code which begins by parsing a p-list. import SpriteKit class GameScene:…
3
votes
0 answers

I need to reset Xcode 6.3, or, maybe we all need to just use an earlier more stable version??

I am running Xcode 6.3 and every time I try to start it it comes up with a spinning wheel, not the little color one which replaces your "mouse pointer" but a simple star/sun burst animation which seems to be trying to tell me that it is working on…
3
votes
4 answers

Lexical issue in xcode 6.3

I am working on a static library and a sample app, I started this static lib and sample app with Xcode 6.1.1 and so it was working absolutely fine with this version of Xcode. Now when I updated my Xcode to 6.3 last week my Sample app started giving…
Suryakant Sharma
  • 3,852
  • 1
  • 25
  • 47
3
votes
2 answers

Logging in with Facebook through Parse error after updating to Xcode 6.3

I used a tutorial to learn how to log in with Facebook through Parse and followed it step by step. The link to the tutorial is: http://blog.oskoui-oskoui.com/?p=8161 It worked great in Xcode 6.2 and I had no problems with my code, but now after…
3
votes
2 answers

Xcode 6.3 and Swift 1.1

Is there any way to have Xcode 6.3 compile Swift using version 1.1? I upgraded to Xcode 6.3 today, expecting great bugfixes and being able to convert 1.1 code to 1.2. Unfortunately, rainbows and unicorns are nowhere to be found. Now I have a…
Tyler
  • 19,113
  • 19
  • 94
  • 151
3
votes
0 answers

Add Test Target to existing project in Xcode 6.3

Note: this question is related, but the answer given there does not solve the issue for me: XC Testing Framework iOS(XCode 6.1) Test session exited(80) without checking in I have existing iOS code, and I want to start writing XCTest cases using my…
physicalattraction
  • 6,485
  • 10
  • 63
  • 122
3
votes
3 answers

XCode 6.3 Alamofire.swift file crashed

I'm new in swift. I use Alamofire in my project. Also, I installed XCode 6.3. Then, Alamofire.swift file crashed. I fixed all errors, but I could not fix the code below in Alamofire.swift file: public func response(completionHandler: (NSURLRequest,…
saksut
  • 673
  • 1
  • 7
  • 14